~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Monty Taylor
  • Date: 2008-07-11 11:34:12 UTC
  • mto: (77.6.1 glibclient-merge)
  • mto: This revision was merged to the branch mainline in revision 134.
  • Revision ID: monty@inaugust.com-20080711113412-oknz25u7ixik0uaz
Added the PCRE libs so that we can actually link against them :(

Show diffs side-by-side

added added

removed removed

Lines of Context:
332
332
    found_pcre="no"
333
333
  else
334
334
    found_pcre="yes"
 
335
    # We can't search for these well, but we sure do need them!
 
336
    PCRE_LIBS="-lpcrecpp -lpcre"
335
337
  fi
336
338
  ])
337
339
if test "x$found_pcre" != "xyes"
1197
1199
if test "$GCC" = "yes"
1198
1200
then
1199
1201
 
1200
 
  GCC_WARNINGS="-W -Wall"
 
1202
  GCC_WARNINGS="-W -Wall -Wextra"
1201
1203
  GXX_WARNINGS="${GCC_WARNINGS}"
1202
1204
 
1203
1205