Wrapped MEMCACHED between [] characters in configure.ac
This commit is contained in:
parent
d7863f51dd
commit
a12152c6ed
@ -12,7 +12,7 @@ AC_ARG_ENABLE([memcached], AS_HELP_STRING([--enable-memcached],[Build with memca
|
|||||||
AM_CONDITIONAL([ENABLE_MEMCACHED], [test "$enable_memcached" = "yes"])
|
AM_CONDITIONAL([ENABLE_MEMCACHED], [test "$enable_memcached" = "yes"])
|
||||||
|
|
||||||
if test "$enable_memcached" = "yes"; then
|
if test "$enable_memcached" = "yes"; then
|
||||||
PKG_CHECK_MODULES(MEMCACHED, libmemcached)
|
PKG_CHECK_MODULES([MEMCACHED], libmemcached)
|
||||||
AC_DEFINE([ENABLE_MEMCACHED], [1], [Define to compile with memcached support])
|
AC_DEFINE([ENABLE_MEMCACHED], [1], [Define to compile with memcached support])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user