From dfb2e43cd560db89427166627b2f0c84331b902a Mon Sep 17 00:00:00 2001 From: aet Date: Thu, 21 Mar 2002 18:37:27 +0000 Subject: [PATCH] Fix a typo Add missing conditional git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@366 c6295689-39f2-0310-b995-f0e70906c6a9 --- configure.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/configure.in b/configure.in index e8a0eb2b..14bd6954 100644 --- a/configure.in +++ b/configure.in @@ -141,7 +141,7 @@ dnl Automatically update the libtool script if it becomes out-of-date. dnl Checks for header files. AC_HEADER_STDC AC_HEADER_SYS_WAIT -AC_CHECK_HEADERS([errno.h fcntl.h malloc.h stdlib.h string.h sys/time.h unistd.h syslog.h utmp.h getopt.h ecurity/pam_appl.h security/_pam_macros.h readline/readline.h]) +AC_CHECK_HEADERS([errno.h fcntl.h malloc.h stdlib.h string.h sys/time.h unistd.h syslog.h utmp.h getopt.h security/pam_appl.h security/_pam_macros.h readline/readline.h]) dnl Checks for typedefs, structures, and compiler characteristics. AC_C_CONST @@ -932,6 +932,8 @@ LIBSCLDAP="\${top_srcdir}/src/scldap/libscldap.la" AC_SUBST(LIBSCRANDOM) LIBSCRANDOM="\${top_srcdir}/src/scrandom/libscrandom.la" +AM_CONDITIONAL(HAVE_SCIDI, test "foo" = "bar") + scldap_etc_path=`eval echo ${sysconfdir}` ; scldap_etc_path=`eval echo ${scldap_etc_path}` AC_DEFINE_UNQUOTED(SCLDAP_ETC_PATH_CUSTOM, "$scldap_etc_path", [etc path for scldap])