diff options
| author | Peter Eisentraut | 2012-05-12 20:29:07 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2012-05-12 20:39:38 +0000 |
| commit | 7b85527eaee2cdcfc33d9f8c6c8e4a4908f7f58d (patch) | |
| tree | e5b089dc98ad62f78b2f4cba2b24c8ec65b52d2e /configure | |
| parent | 31ad6553646c81f3ce8fccf8aef1a1134a7864c7 (diff) | |
Remove unused AC_SUBST variables
These were apparently never used. The AC_SUBST was probably just
added in a copy-and-paste manner. (The shell variables continue to be
used inside configure. The change is just that we don't need them
outside of configure.)
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/configure b/configure index 47facb96e3c..85805e9f571 100755 --- a/configure +++ b/configure @@ -717,12 +717,7 @@ XML2_CONFIG with_ossp_uuid with_selinux with_openssl -with_bonjour -with_ldap -with_pam krb_srvtab -with_krb5 -with_gssapi with_python with_perl with_tcl @@ -747,7 +742,6 @@ enable_coverage GENHTML LCOV GCOV -enable_profiling enable_debug enable_rpath enable_shared @@ -2621,7 +2615,6 @@ fi - # # --enable-coverage enables generation of code coverage metrics with gcov # @@ -5380,7 +5373,6 @@ fi { $as_echo "$as_me:$LINENO: result: $with_gssapi" >&5 $as_echo "$with_gssapi" >&6; } - # # Kerberos 5 # @@ -5426,7 +5418,6 @@ $as_echo "$with_krb5" >&6; } - # # Kerberos configuration parameters # @@ -5503,7 +5494,6 @@ fi $as_echo "$with_pam" >&6; } - # # LDAP # @@ -5543,7 +5533,6 @@ fi $as_echo "$with_ldap" >&6; } - # # Bonjour # @@ -5583,7 +5572,6 @@ fi $as_echo "$with_bonjour" >&6; } - # # OpenSSL # |
