~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Brian Aker
  • Date: 2009-03-30 18:13:06 UTC
  • mfrom: (968.1.1 lib-merge)
  • Revision ID: brian@tangent.org-20090330181306-hzodbge1b0v57puh
Merge of Eric's libdrizzle work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
440
440
[
441
441
  const char *version= drizzle_version()
442
442
])
443
 
dnl AS_IF([test x$ac_cv_libdrizzle = xno],
444
 
dnl       AC_MSG_ERROR([libdrizzle is required for Drizzle])
 
443
AS_IF([test x$ac_cv_libdrizzle = xno],
 
444
      AC_MSG_ERROR([libdrizzle is required for Drizzle]))
445
445
 
446
446
 
447
447
#--------------------------------------------------------------------