diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2013-06-07 03:11:36 +0000 |
|---|---|---|
| committer | Jon A. Cruz <jon@joncruz.org> | 2013-06-07 03:11:36 +0000 |
| commit | 2530b01031efbf1dad56e3b06c993579bcf9565b (patch) | |
| tree | b3ecbd1a5ee64eca1ee5d5eb1832a4f533c82237 | |
| parent | Added configure/ifdef guards to only bring in the needed #include if glibmm h... (diff) | |
| download | inkscape-2530b01031efbf1dad56e3b06c993579bcf9565b.tar.gz inkscape-2530b01031efbf1dad56e3b06c993579bcf9565b.zip | |
Warning cleanup.
(bzr r12354)
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index f80a28982..0e5c15382 100644 --- a/configure.ac +++ b/configure.ac @@ -951,7 +951,7 @@ dnl set correctly because the gettext function isn't noticed. if test "$ac_cv_header_libintl_h" = "yes" && test "$ac_cv_func_bind_textdomain_codeset" = "yes" && test "$gt_cv_func_have_gettext" != "yes"; then - AC_DEFINE(ENABLE_NLS) + AC_DEFINE([ENABLE_NLS], [], [Description]) fi dnl ****************************** |
