Author: joes
Date: Wed Feb  2 16:22:08 2005
New Revision: 151087

URL: http://svn.apache.org/viewcvs?view=rev&rev=151087
Log:

aclocal wants brackets around APR_CONFIG_NICE.

Submitted by: Edward Sabol
Reviewed by: joes

Modified:
    httpd/apreq/trunk/acinclude.m4

Modified: httpd/apreq/trunk/acinclude.m4
URL: 
http://svn.apache.org/viewcvs/httpd/apreq/trunk/acinclude.m4?view=diff&r1=151086&r2=151087
==============================================================================
--- httpd/apreq/trunk/acinclude.m4 (original)
+++ httpd/apreq/trunk/acinclude.m4 Wed Feb  2 16:22:08 2005
@@ -221,7 +221,7 @@
 dnl
 dnl Saves a snapshot of the configure command-line for later reuse
 dnl
-AC_DEFUN(APR_CONFIG_NICE,[
+AC_DEFUN([APR_CONFIG_NICE],[
   rm -f $1
   cat >$1<<EOF
 #! /bin/sh


Reply via email to