aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-01-04 18:02:24 +0100
committerChristian Grothoff <christian@grothoff.org>2018-01-04 18:02:24 +0100
commitaa44baaf619738676f9515ab85b518187cca3041 (patch)
treec37f15ce5e36b72651b673cb85458fb3fe4ce6e6
parentea22bd5f0efa537d89aebcbb5a0bbdc36c666625 (diff)
downloadgnunet-aa44baaf619738676f9515ab85b518187cca3041.tar.gz
gnunet-aa44baaf619738676f9515ab85b518187cca3041.zip
define conds
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 2c9486ac4..68922e6c0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -467,6 +467,8 @@ else
467fi 467fi
468, 468,
469# glib-2 not found 469# glib-2 not found
470 AM_CONDITIONAL(HAVE_PBC, [0])
471 AM_CONDITIONAL(HAVE_ABE, [0])
470 AC_DEFINE([HAVE_PBC],[0],[Lacking glib library]) 472 AC_DEFINE([HAVE_PBC],[0],[Lacking glib library])
471) 473)
472 474