projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6166a9b
)
Define HAVE_LIBMEMCACHED_MEMCACHED_H again
author
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 10 Jun 2014 12:13:45 +0000
(14:13 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 10 Jun 2014 12:13:45 +0000
(14:13 +0200)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
f10df06
..
8204bf3
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-103,6
+103,7
@@
if test "$memcached" != "no" -a -n "$libgcryptversion" -a "$pkgconfigpath" != "N
AC_MSG_RESULT([yes])
CFLAGS="$CFLAGS `$pkgconfigpath --cflags libmemcached`"
MEMCACHED_LIBS="`$pkgconfigpath --libs libmemcached`"
+ AC_DEFINE([HAVE_LIBMEMCACHED_MEMCACHED_H],[1],[Define to 1 if memcached header])
AC_DEFINE([HAVE_MEMCACHED_FUNC],[1],[Define to 1 if memcached function is defined])
AC_DEFINE([HAVE_MEMCACHED_RETURN_T],[1],[Define to 1 if memcached_return_t is defined])
else