~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Monty Taylor
  • Date: 2009-01-09 07:02:24 UTC
  • mto: (779.1.2 devel)
  • mto: This revision was merged to the branch mainline in revision 784.
  • Revision ID: mordred@inaugust.com-20090109070224-prwl5p52mfql3zfw
Split out readline.

Show diffs side-by-side

added added

removed removed

Lines of Context:
412
412
  uuid_generate(uout);
413
413
])
414
414
 
415
 
AC_CHECK_LIB(uuid, uuid_generate)
416
 
 
417
 
 
418
415
#--------------------------------------------------------------------
419
416
# Check for libevent
420
417
#--------------------------------------------------------------------
482
479
# Check for libreadline or compatible (libedit on Mac OS X)
483
480
#--------------------------------------------------------------------
484
481
 
 
482
save_LIBS="${LIBS}"
 
483
LIBS=""
485
484
VL_LIB_READLINE
 
485
READLINE_LIBS="${LIBS}"
 
486
LIBS="${save_LIBS}"
 
487
AC_SUBST(READLINE_LIBS)
486
488
 
487
489
DRIZZLE_CHECK_NEW_RL_INTERFACE
488
490