~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

MergedĀ fromĀ Jim.

Show diffs side-by-side

added added

removed removed

Lines of Context:
340
340
AC_SUBST(ZLIB_LIBS)
341
341
 
342
342
 
 
343
#--------------------------------------------------------------------
 
344
# Check for libreadline or compatible (libedit on Mac OS X)
 
345
#--------------------------------------------------------------------
343
346
 
344
347
AC_CHECK_HEADERS([readline/readline.h])
345
348
if test "x$ac_cv_header_readline_readline_h" != "xyes"
353
356
LIBS="$my_save_LIBS"
354
357
AC_SUBST(READLINE_LIBS)
355
358
 
 
359
MYSQL_CHECK_NEW_RL_INTERFACE
 
360
 
356
361
#--------------------------------------------------------------------
357
362
# Check for libpcre
358
363
#--------------------------------------------------------------------