~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Monty Taylor
  • Date: 2009-01-12 23:55:37 UTC
  • mto: (801.1.3 testable) (779.3.2 devel)
  • mto: This revision was merged to the branch mainline in revision 799.
  • Revision ID: mordred@inaugust.com-20090112235537-4xcld5o9nryzvczs
Added libdrizzle configure support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
454
454
 
455
455
 
456
456
#--------------------------------------------------------------------
 
457
# Check for libdrizzle
 
458
#--------------------------------------------------------------------
 
459
 
 
460
AC_LIB_HAVE_LINKFLAGS(drizzle,,
 
461
[#include <libdrizzle/drizzle.h>],
 
462
[
 
463
  const char *version= drizzle_version()
 
464
])
 
465
dnl AS_IF([test x$ac_cv_libdrizzle = xno],
 
466
dnl       AC_MSG_ERROR([libdrizzle is required for Drizzle])
 
467
 
 
468
 
 
469
#--------------------------------------------------------------------
457
470
# Check for libz
458
471
#--------------------------------------------------------------------
459
472