X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=blobdiff_plain;f=configure.ac;fp=configure.ac;h=521f0acb5440961fd58d7a94b63cf67bf19e89a7;hp=c6710041cb5c631f50041f73f1e2f662b1dc7109;hb=cc6e4cfecf42d862d76a8b5de8da5e2cd1339b4d;hpb=f3b0a31699113fd9f4bf505929bd22a924153c50 diff --git a/configure.ac b/configure.ac index c671004..521f0ac 100644 --- a/configure.ac +++ b/configure.ac @@ -480,7 +480,7 @@ AC_ARG_WITH([libyajl], if test "x$with_libyajl" = "xyes" || test "x$with_libyajl" = "xauto"; then PKG_CHECK_MODULES([YAJL], [yajl], [have_libyajl="yes"], [have_libyajl="no"]) fi -if test "x$with_libyajl" = "xyes"; then +if test "x$have_libyajl" = "xyes"; then AC_DEFINE([HAVE_LIBYAJL], 1, [Define to 1 if you have the 'yajl' library.]) fi