Author: wyoung
Date: Mon Feb 27 15:12:07 2006
New Revision: 1171

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1171&view=rev
Log:
Removed debug and optional examples configuration options.  Those happen
through Bakefile now.

Modified:
    branches/v2.1-bakefile/configure.ac

Modified: branches/v2.1-bakefile/configure.ac
URL: 
http://svn.gna.org/viewcvs/mysqlpp/branches/v2.1-bakefile/configure.ac?rev=1171&r1=1170&r2=1171&view=diff
==============================================================================
--- branches/v2.1-bakefile/configure.ac (original)
+++ branches/v2.1-bakefile/configure.ac Mon Feb 27 15:12:07 2006
@@ -72,41 +72,8 @@
 fi
 
 
-# Set up optional debug build feature
-AC_ARG_ENABLE(debug,
-               [  --enable-debug          Enable debugging information],
-               USE_DEBUG="$enableval", USE_DEBUG="no")
-if test $USE_DEBUG = yes
-then 
-       DEBUG=1
-       CFLAGS="$CFLAGS -g"
-else
-       DEBUG=0
-fi
-
-
-# Decide if examples are to be built or not.
-AC_ARG_ENABLE(examples,
-               [  --enable-examples  Build the examples (built by default) ],
-               [ build_examples=$enableval ],
-               [ build_examples=yes ])
-if test "x$build_examples" = xyes
-then
-       OPTIONAL_EXAMPLES=examples
-       echo will build examples
-else
-       OPTIONAL_EXAMPLES= 
-       echo will NOT build examples
-fi
-AC_SUBST([OPTIONAL_EXAMPLES])
-
-
 #
 # Configure process complete; write out files generated from *.in.
 #
-AC_OUTPUT([Makefile mysql++.spec lib/Doxyfile lib/Makefile lib/mysql++.h])
-if test "x$OPTIONAL_EXAMPLES" != "x"
-then
-       AC_OUTPUT([examples/Makefile])
-fi
+AC_OUTPUT([Makefile mysql++.spec lib/Doxyfile lib/mysql++.h])
 


_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits

Reply via email to