~brianaker/libmemcached/gear-clean

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Brian Aker
  • Date: 2013-01-24 11:17:17 UTC
  • mto: This revision was merged to the branch mainline in revision 1144.
  • Revision ID: brian@tangent.org-20130124111717-nmiq5yf0v1ov9jhk
Correct style, use of newer YATL.

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
AM_CONDITIONAL([HAVE_LIBMEMCACHED],[false])
85
85
AM_CONDITIONAL([HAVE_LIBDRIZZLE],[false])
86
86
AC_DEFINE([HAVE_LIBMEMCACHED],[1],[Enables libmemcached Support])
 
87
AC_SUBST([LIBMEMCACHED_CFLAGS])
 
88
AC_SUBST([LIBMEMCACHED_LIB],[libmemcached/libmemcached.la])
87
89
 
88
90
AM_CONDITIONAL([BUILDING_GEARMAN],[false])
89
91