~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Monty Taylor
  • Date: 2008-07-12 20:31:23 UTC
  • mto: (77.6.1 glibclient-merge)
  • mto: This revision was merged to the branch mainline in revision 176.
  • Revision ID: monty@inaugust.com-20080712203123-v7t61bi6lz6o8udd
Added m4 macros for glib.
Put in an error if glib is not found.

Show diffs side-by-side

added added

removed removed

Lines of Context:
350
350
AC_SUBST(PCRE_CFLAGS)
351
351
 
352
352
AM_PATH_GLIB_2_0
 
353
if test "x$no_glib" != "x" ; then
 
354
    AC_MSG_ERROR([Couldn't find GLib2. Try installing libglib2.0-dev or glib2-devel])
 
355
fi
353
356
 
354
357
# Avoid bug in fcntl on some versions of linux
355
358
AC_MSG_CHECKING([if we should use 'skip-external-locking' as default for $target_os])