~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Jay Pipes
  • Date: 2008-07-17 17:44:14 UTC
  • mfrom: (177 drizzle)
  • mto: This revision was merged to the branch mainline in revision 182.
  • Revision ID: jay@mysql.com-20080717174414-sm1e9agb2fjw2ncz
Merged in from trunk.

Made following changes:

libdrizzle/
  client.c
  * Removed DBUG symbols entirely
  * Removed mysql_debug() calls and command line options
  libdrizzle.c
  * Removed DBUG symbols
include/my_sys.h
  * Removed MY_DONT_FREE_DBUG symbol (used in my_end())
mysys/my_init.h
  * Removed MY_DONT_FREE_DBUG symbol (used in my_end())

Show diffs side-by-side

added added

removed removed

Lines of Context:
365
365
AC_SUBST(PCRE_LIBS)
366
366
AC_SUBST(PCRE_CFLAGS)
367
367
 
 
368
AM_PATH_GLIB_2_0
 
369
if test "x$no_glib" != "x" ; then
 
370
    AC_MSG_ERROR([Couldn't find GLib2. Try installing libglib2.0-dev or glib2-devel])
 
371
fi
 
372
 
368
373
dnl Find paths to some shell programs
369
374
AC_PATH_PROG(LN, ln, ln)
370
375
# This must be able to take a -f flag like normal unix ln.