Skip to content
Snippets Groups Projects
Commit 4fc1995a authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Removed extra "Checking".

Rev: src/modules/Odbc/configure.in:1.4
parent 973254c0
No related branches found
No related tags found
No related merge requests found
# #
# $Id: configure.in,v 1.3 1997/04/22 10:29:39 hubbe Exp $ # $Id: configure.in,v 1.4 1997/05/17 01:01:22 grubba Exp $
# #
# Configure script for the odbc-module # Configure script for the odbc-module
# #
...@@ -20,7 +20,7 @@ AC_ARG_WITH(odbc, [ --without-odbc no support for the ODBC databases],[] ...@@ -20,7 +20,7 @@ AC_ARG_WITH(odbc, [ --without-odbc no support for the ODBC databases],[]
if test x$with_odbc = xyes; then if test x$with_odbc = xyes; then
AC_MSG_CHECKING(Checking for ODBC library-directory) AC_MSG_CHECKING(for ODBC library-directory)
AC_CACHE_VAL(pike_cv_odbc_lib_dir, [ AC_CACHE_VAL(pike_cv_odbc_lib_dir, [
...@@ -53,7 +53,7 @@ if test x$with_odbc = xyes; then ...@@ -53,7 +53,7 @@ if test x$with_odbc = xyes; then
LDFLAGS="-L$pike_cv_odbc_lib_dir ${LDFLAGS}" LDFLAGS="-L$pike_cv_odbc_lib_dir ${LDFLAGS}"
fi fi
AC_MSG_CHECKING(Checking for the ODBC include-directory) AC_MSG_CHECKING(for the ODBC include-directory)
AC_CACHE_VAL(pike_cv_odbc_include_dir, [ AC_CACHE_VAL(pike_cv_odbc_include_dir, [
if test "x$INFORMIXDIR" = "x" ; then if test "x$INFORMIXDIR" = "x" ; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment