New module 'uninorm/u32-normxfrm'.
[gnulib.git] / m4 / gc.m4
index 1d6b379..0219937 100644 (file)
--- a/m4/gc.m4
+++ b/m4/gc.m4
@@ -1,12 +1,12 @@
-# gc.m4 serial 4
-dnl Copyright (C) 2005, 2006 Free Software Foundation, Inc.
+# gc.m4 serial 5
+dnl Copyright (C) 2005, 2006, 2009 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
 
 AC_DEFUN([gl_GC],
 [
-  AC_ARG_WITH(libgcrypt,
+  AC_ARG_WITH([libgcrypt],
     AS_HELP_STRING([--with-libgcrypt], [use libgcrypt for low-level crypto]),
     libgcrypt=$withval, libgcrypt=no)
   if test "$libgcrypt" != no; then