~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Lee Bieber
  • Date: 2011-01-24 17:19:11 UTC
  • mfrom: (2097.2.8 trunk-unittests)
  • mto: This revision was merged to the branch mainline in revision 2109.
  • Revision ID: kalebral@gmail.com-20110124171911-4xztwcdk7i65osyd
Merge Andrew - fix bug 619992: fix disabled unittests 
Merge Andrew - fix bug #667162: port unittests to boost::test   

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
AC_DEFINE([BUILDING_DRIZZLED],[1],
84
84
          [Define indicating we are building and not consuming drizzle.])
85
85
 
86
 
PANDORA_HAVE_LIBGTEST
 
86
PANDORA_HAVE_BOOST_TEST
87
87
PANDORA_HAVE_LIBSQLITE3
88
88
 
89
89
AC_CHECK_FUNC(inet_ntoa, [], [AC_CHECK_LIB(nsl, inet_ntoa)])