Skip to content
Snippets Groups Projects
Commit f73f1cfe authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

More configure tweaks (autoconf 2.57)... much more needed

parent eed02aea
No related branches found
No related tags found
No related merge requests found
......@@ -9725,20 +9725,6 @@ fi
 
 
 
case $host_os in
*cygwin* ) CYGWIN=yes;;
* ) CYGWIN=no;;
esac
case $host_os in
*mingw32* ) MINGW32=yes;;
* ) MINGW32=no;;
esac
 
cat >>confdefs.h <<_ACEOF
#define EXEEXT "${EXEEXT}"
......
......@@ -683,11 +683,11 @@ dnl AC_ISC_POSIX
dnl AC_MINIX
dnl ----------------------------------------------------------------
dnl Checks for system services
AC_CYGWIN
AC_MINGW32
AC_EXEEXT
AC_OBJEXT
dnl Checks for system services (now obsolete)
dnl AC_CYGWIN (obsolete)
dnl AC_MINGW32 (obsolete)
dnl AC_EXEEXT
dnl AC_OBJEXT
AC_DEFINE_UNQUOTED(EXEEXT, "${EXEEXT}", [defined to be the EXE extension])
......@@ -712,7 +712,8 @@ fi
dnl ----------------------------------------------------------------
dnl Check for AIX security library
AC_CHECK_LIB(s, afopen, [
AC_CHECK_LIB(s, afopen,
[
AUTH_LIBS=-ls
AC_DEFINE(HAVE_AIX_SECURITY,1,[define if you have AIX security lib])
])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment