Author: wyoung
Date: Tue Feb 20 14:38:14 2007
New Revision: 1426
URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1426&view=rev
Log:
Reorganized some of the tests in configure.ac to be in a more logical
order. Shouldn't affect anything from a practical standpoint.
Modified:
trunk/configure.ac
Modified: trunk/configure.ac
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/configure.ac?rev=1426&r1=1425&r2=1426&view=diff
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Tue Feb 20 14:38:14 2007
@@ -33,12 +33,8 @@
AC_BAKEFILE([m4_include(config/autoconf_inc.m4)])
-# Checks for build system tools
+# Check for Standard C support
AC_PROG_CC
-AC_PROG_CXX
-
-
-# Check for Standard C support
AC_HEADER_STDC
@@ -67,13 +63,6 @@
AC_CHECK_LIB(intl, main)
-# Check for Standard C++ support, and extensions. This must be near
-# the end, because the CPLUSPLUS directive makes autoconf use C++
-# compiler for all subsequent tests!
-AC_LANG_CPLUSPLUS
-STL_SLIST_EXTENSION
-
-
# If this is Cygwin, add a linker flag to suppress a silly link message.
case "${host}" in
*cygwin*)
@@ -82,6 +71,14 @@
esac
+# Check for Standard C++ support, and extensions. This must be near
+# the end, because the CPLUSPLUS directive makes autoconf use C++
+# compiler for all subsequent tests!
+AC_PROG_CXX
+AC_LANG_CPLUSPLUS
+STL_SLIST_EXTENSION
+
+
#
# Configure process complete; write out files generated from *.in.
#
_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits