~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Eric Day
  • Date: 2009-03-13 04:15:45 UTC
  • mto: (968.1.1 lib-merge)
  • mto: This revision was merged to the branch mainline in revision 969.
  • Revision ID: eday@oddments.org-20090313041545-fzgj8f26s10rcsv7
Started client changes.

Show diffs side-by-side

added added

removed removed

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