summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorPeter Eisentraut2012-05-12 20:29:07 +0000
committerPeter Eisentraut2012-05-12 20:39:38 +0000
commit7b85527eaee2cdcfc33d9f8c6c8e4a4908f7f58d (patch)
treee5b089dc98ad62f78b2f4cba2b24c8ec65b52d2e /configure.in
parent31ad6553646c81f3ce8fccf8aef1a1134a7864c7 (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.in')
-rw-r--r--configure.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.in b/configure.in
index 577fcc2674e..926a399f09e 100644
--- a/configure.in
+++ b/configure.in
@@ -195,7 +195,6 @@ AC_SUBST(enable_debug)
#
PGAC_ARG_BOOL(enable, profiling, no,
[build with profiling enabled ])
-AC_SUBST(enable_profiling)
#
# --enable-coverage enables generation of code coverage metrics with gcov
@@ -605,7 +604,6 @@ PGAC_ARG_BOOL(with, gssapi, no, [build with GSSAPI support],
krb_srvtab="FILE:\$(sysconfdir)/krb5.keytab"
])
AC_MSG_RESULT([$with_gssapi])
-AC_SUBST(with_gssapi)
#
# Kerberos 5
@@ -617,7 +615,6 @@ PGAC_ARG_BOOL(with, krb5, no, [build with Kerberos 5 support],
krb_srvtab="FILE:\$(sysconfdir)/krb5.keytab"
])
AC_MSG_RESULT([$with_krb5])
-AC_SUBST(with_krb5)
AC_SUBST(krb_srvtab)
@@ -642,7 +639,6 @@ PGAC_ARG_BOOL(with, pam, no,
[build with PAM support],
[AC_DEFINE([USE_PAM], 1, [Define to 1 to build with PAM support. (--with-pam)])])
AC_MSG_RESULT([$with_pam])
-AC_SUBST(with_pam)
#
@@ -653,7 +649,6 @@ PGAC_ARG_BOOL(with, ldap, no,
[build with LDAP support],
[AC_DEFINE([USE_LDAP], 1, [Define to 1 to build with LDAP support. (--with-ldap)])])
AC_MSG_RESULT([$with_ldap])
-AC_SUBST(with_ldap)
#
@@ -664,7 +659,6 @@ PGAC_ARG_BOOL(with, bonjour, no,
[build with Bonjour support],
[AC_DEFINE([USE_BONJOUR], 1, [Define to 1 to build with Bonjour support. (--with-bonjour)])])
AC_MSG_RESULT([$with_bonjour])
-AC_SUBST(with_bonjour)
#