changeset 8560:20f7df9dd383

* m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix regression in logic sense of previous patch.
author Eric Blake <ebb9@byu.net>
date Mon, 26 Mar 2007 18:25:16 +0000
parents 6cf903f05ed3
children 91ebfe0b4583
files m4/vasnprintf.m4
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/m4/vasnprintf.m4
+++ b/m4/vasnprintf.m4
@@ -68,9 +68,11 @@
   AC_REQUIRE([gl_PRINTF_DIRECTIVE_A])
   case "$gl_cv_func_printf_directive_a" in
     *yes)
+      ;;
+    *)
       AC_DEFINE([NEED_PRINTF_DIRECTIVE_A], 1,
-        [Define if the vasnprintf implementation needs special code for
-         the 'a' and 'A' directives.])
+	[Define if the vasnprintf implementation needs special code for
+	 the 'a' and 'A' directives.])
       AC_CHECK_FUNCS([nl_langinfo])
       ;;
   esac