Make AM conditional uppercase.
authorfredrik <fredrik@959494ce-11ee-0310-bf91-de5d638817bd>
Mon, 7 May 2007 01:00:26 +0000 (01:00 +0000)
committerfredrik <fredrik@959494ce-11ee-0310-bf91-de5d638817bd>
Mon, 7 May 2007 01:00:26 +0000 (01:00 +0000)
git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/doldaconnect@1010 959494ce-11ee-0310-bf91-de5d638817bd

config/Makefile.am
configure.in

index 5a2e5b6..3d275f0 100644 (file)
@@ -1,5 +1,5 @@
 bin_PROGRAMS=locktouch tthsum dolconf
-if baseconv
+if BASECONV
 bin_PROGRAMS+=baseconv
 else
 noinst_PROGRAMS=baseconv
index 3ab313e..0a8dd6d 100644 (file)
@@ -132,7 +132,7 @@ fi
 
 # Check whether to install baseconv
 AC_ARG_ENABLE(baseconv, [  --enable-baseconv       Install the baseconv utility])
-AM_CONDITIONAL(baseconv, test "$enable_baseconv" = yes)
+AM_CONDITIONAL(BASECONV, test "$enable_baseconv" = yes)
 
 # Kerberos check
 krb_msg=No