Updated use of autoconf cache
authoraland <aland>
Thu, 7 Nov 2002 16:18:48 +0000 (16:18 +0000)
committeraland <aland>
Thu, 7 Nov 2002 16:18:48 +0000 (16:18 +0000)
patch from Wichert Akkerman <wichert@wiggy.net>

src/modules/rlm_sql/drivers/rlm_sql_postgresql/configure
src/modules/rlm_sql/drivers/rlm_sql_postgresql/configure.in

index 8c58aa5..d30085d 100755 (executable)
@@ -525,7 +525,7 @@ else
 fi
 
 
-# From configure.in Revision: 1.4 
+# From configure.in Revision: 1.5 
 
 
 fail=
@@ -891,7 +891,7 @@ rm -f conftest*
     echo "$ac_t""no" 1>&6 
 fi
 
-       if test "x$ac_cv_header_libpq_fe_h" != "xyes"; then
+       if test "x$ac_cv_header_libpqmfe_h" != "xyes"; then
          fail="$fail libpq-fe.h"
        fi
 
index 988a80d..68af69e 100644 (file)
@@ -43,7 +43,7 @@ if test x$with_[]modname != xno; then
 
        smart_try_dir="$rlm_sql_postgresql_include_dir /usr/include/postgresql /usr/local/pgsql/include /usr/include/pgsql"
        AC_SMART_CHECK_INCLUDE(libpq-fe.h)
-       if test "x$ac_cv_header_libpq_fe_h" != "xyes"; then
+       if test "x$ac_cv_header_libpqmfe_h" != "xyes"; then
          fail="$fail libpq-fe.h"
        fi