~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Brian Aker
  • Date: 2009-03-05 19:38:14 UTC
  • mfrom: (914.1.1 mordred)
  • Revision ID: brian@tangent.org-20090305193814-hq3lq145yeenmnd4
Merge for Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
479
479
 
480
480
AC_LIB_HAVE_LINKFLAGS(pcre,, [#include <pcre.h>], [pcre *re= NULL])
481
481
AS_IF([test "x$ac_cv_libpcre" = "xno"],[
482
 
  ac_cv_libpcre=
 
482
  unset ac_cv_libpcre
483
483
  AC_LIB_HAVE_LINKFLAGS(pcre,, [#include <pcre/pcre.h>], [pcre *re= NULL])
484
 
    AS_IF([test "x$ac_cv_libpcre" = "xno"],
485
 
          [AC_MSG_ERROR([libpcre is required for Drizzle])]
486
 
          [AC_DEFINE(PCRE_HEADER,[<pcre/pcre.h>],[Location of pcre header])])
487
 
  ],[
488
 
    AC_DEFINE(PCRE_HEADER,[<pcre.h>],[Location of pcre header])
489
 
  ])
 
484
  AS_IF([test "x$ac_cv_libpcre" = "xno"],
 
485
        [AC_MSG_ERROR([libpcre is required for Drizzle])]
 
486
        [AC_DEFINE(PCRE_HEADER,[<pcre/pcre.h>],[Location of pcre header])])
 
487
],[
 
488
  AC_DEFINE(PCRE_HEADER,[<pcre.h>],[Location of pcre header])
 
489
])
490
490
 
491
491
 
492
492
dnl Find paths to some shell programs