aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-08-03 12:17:43 +0000
committerChristian Grothoff <christian@grothoff.org>2010-08-03 12:17:43 +0000
commit9efe0ce2c8b51f34b815e34d5f73fc180639581f (patch)
tree3fd6391fb5d4dd8ed9785f7f6e21d5d913c8eaa4 /configure.ac
parent5c70edfcef3121b1523f9cc39d9f0a1c94b0166e (diff)
downloadgnunet-9efe0ce2c8b51f34b815e34d5f73fc180639581f.tar.gz
gnunet-9efe0ce2c8b51f34b815e34d5f73fc180639581f.zip
mysql plugin compiles now -- not complete
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index c3832bb89..7295b68f3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -162,6 +162,7 @@ AM_CONDITIONAL(SOLARIS, test "$build_target" = "solaris")
162AM_CONDITIONAL(XFREEBSD, test "$build_target" = "freebsd") 162AM_CONDITIONAL(XFREEBSD, test "$build_target" = "freebsd")
163AM_CONDITIONAL(OPENBSD, test "$build_target" = "openbsd") 163AM_CONDITIONAL(OPENBSD, test "$build_target" = "openbsd")
164AM_CONDITIONAL(LINUX, test "$build_target" = "linux") 164AM_CONDITIONAL(LINUX, test "$build_target" = "linux")
165
165AC_MSG_RESULT([$build_target]) 166AC_MSG_RESULT([$build_target])
166AC_SUBST(build_target) 167AC_SUBST(build_target)
167AM_CONDITIONAL([am__fastdepOBJC], false) 168AM_CONDITIONAL([am__fastdepOBJC], false)