Skip to content
Snippets Groups Projects
Commit 49f99f39 authored by Fredrik Noring's avatar Fredrik Noring
Browse files

Better placement of test.

Rev: src/modules/Msql/configure.in:1.5
parent b40f5147
No related branches found
No related tags found
No related merge requests found
dnl $Id: configure.in,v 1.4 1998/09/20 08:31:37 hubbe Exp $ dnl $Id: configure.in,v 1.5 1999/08/27 19:15:21 noring Exp $
dnl (C) 1997 Francesco Chemolli <kinkie@kame.usr.dsi.unimi.it> dnl (C) 1997 Francesco Chemolli <kinkie@kame.usr.dsi.unimi.it>
AC_INIT(msqlmod.c) AC_INIT(msqlmod.c)
...@@ -75,6 +75,8 @@ dnl AC_MSG_RESULT($pike_cv_msql_lib_dir) ...@@ -75,6 +75,8 @@ dnl AC_MSG_RESULT($pike_cv_msql_lib_dir)
if test "$pike_cv_msql_lib_dir" != "no" ; then if test "$pike_cv_msql_lib_dir" != "no" ; then
LDFLAGS="$LDFLAGS -L$pike_cv_msql_lib_dir" LDFLAGS="$LDFLAGS -L$pike_cv_msql_lib_dir"
fi
# On some OS's (Solaris 2) these are requiered # On some OS's (Solaris 2) these are requiered
AC_CHECK_LIB(socket, socket, [], []) AC_CHECK_LIB(socket, socket, [], [])
AC_CHECK_LIB(nsl, gethostbyname, [], []) AC_CHECK_LIB(nsl, gethostbyname, [], [])
...@@ -84,7 +86,6 @@ dnl AC_MSG_RESULT($pike_cv_msql_lib_dir) ...@@ -84,7 +86,6 @@ dnl AC_MSG_RESULT($pike_cv_msql_lib_dir)
pike_cv_found_msql="yes" pike_cv_found_msql="yes"
MSQL_SUPPORTED="yes" MSQL_SUPPORTED="yes"
fi fi
fi
if test x$pike_cv_found_msql = xyes; then if test x$pike_cv_found_msql = xyes; then
AC_CHECK_FUNCS(msqlListIndex) AC_CHECK_FUNCS(msqlListIndex)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment