aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2014-07-08 08:47:37 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2014-07-08 08:47:37 +0200
commit8353e06738b2428bb1714ad11acc10c5218f5a1c (patch)
tree62af1c165c83106c78c27cd9159d5b68bd0b6f7c /configure.ac
parentea99831348f2c24e9c98a603902a3614d4a58183 (diff)
Updates to build system
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 06f3f2f..ec93078 100644
--- a/configure.ac
+++ b/configure.ac
@@ -100,7 +100,7 @@ if test x"$external_expat" = xno; then
AC_DEFINE_UNQUOTED([LIBCUTL_BYTEORDER], [$byteorder], [1234 = little, 4321 = big])
fi
-# Define LIBODB_STATIC_LIB if we are build static library on certain platforms.
+# Define LIBCUTL_STATIC_LIB if we are build static library on certain platforms.
#
STATIC_LIB([LIBCUTL_STATIC_LIB], [Static library interface.])