diff options
author | Christian Grothoff <christian@grothoff.org> | 2010-08-03 12:17:43 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2010-08-03 12:17:43 +0000 |
commit | 9efe0ce2c8b51f34b815e34d5f73fc180639581f (patch) | |
tree | 3fd6391fb5d4dd8ed9785f7f6e21d5d913c8eaa4 /configure.ac | |
parent | 5c70edfcef3121b1523f9cc39d9f0a1c94b0166e (diff) |
mysql plugin compiles now -- not complete
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index c3832bb897..7295b68f3f 100644 --- a/configure.ac +++ b/configure.ac @@ -162,6 +162,7 @@ AM_CONDITIONAL(SOLARIS, test "$build_target" = "solaris") AM_CONDITIONAL(XFREEBSD, test "$build_target" = "freebsd") AM_CONDITIONAL(OPENBSD, test "$build_target" = "openbsd") AM_CONDITIONAL(LINUX, test "$build_target" = "linux") + AC_MSG_RESULT([$build_target]) AC_SUBST(build_target) AM_CONDITIONAL([am__fastdepOBJC], false) |