File: git.patch

package info (click to toggle)
idjc 0.9.10-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,796 kB
  • sloc: python: 21,706; ansic: 16,528; sh: 5,639; makefile: 206; sed: 16
file content (11 lines) | stat: -rw-r--r-- 346 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
--- a/configure.ac
+++ b/configure.ac
@@ -67,6 +67,8 @@ if test ${install_pw_jack_desktop} = "ma
     if test ${PW_JACK_PROG_EXISTS} = "yes" && test ${JACKD_PROG_EXISTS} = "yes" ; then
         install_pw_jack_desktop="yes"
     fi
+else
+    AM_CONDITIONAL([GIT_VERSION_CONTROL],[false])
 fi
 
 if test ${install_pw_jack_desktop} = "yes" ; then