* m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
[pspp] / m4 / vasnprintf.m4
index 7cd758943a0aea96805fdaa8015fdecb14a30ada..2bfd7a29c149269d03b90845f4b0a695780ef284 100644 (file)
@@ -1,4 +1,4 @@
-# vasnprintf.m4 serial 10
+# vasnprintf.m4 serial 11
 dnl Copyright (C) 2002-2004, 2006-2007 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -68,9 +68,11 @@ AC_DEFUN([gl_PREREQ_VASNPRINTF_DIRECTIVE_A],
   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