]> Dogcows Code - chaz/yoink/commitdiff
fix for boost.m4 with autoconf 2.64
authorCharles McGarvey <chazmcgarvey@brokenzipper.com>
Wed, 11 Nov 2009 02:38:28 +0000 (19:38 -0700)
committerCharles McGarvey <chazmcgarvey@brokenzipper.com>
Wed, 11 Nov 2009 02:38:28 +0000 (19:38 -0700)
m4/boost.m4

index c4ba5ec598eb2bad53238ce3b2d9ef243b03ec79..d1f2d08a8d641b9def6a47e1b8823bd511f4b48e 100644 (file)
@@ -59,7 +59,7 @@ dnl Ultrix and Pyramid sh refuse to redirect output of eval, so use subshell.
 (eval "$ac_cpp conftest.$ac_ext") 2>&AS_MESSAGE_LOG_FD |
   $SED -n -e "$1" >conftest.i 2>&1],
   [$3],
 (eval "$ac_cpp conftest.$ac_ext") 2>&AS_MESSAGE_LOG_FD |
   $SED -n -e "$1" >conftest.i 2>&1],
   [$3],
-  [$4])dnl
+  [$4]);dnl
 rm -f conftest*
 ])# AC_EGREP_CPP
 
 rm -f conftest*
 ])# AC_EGREP_CPP
 
This page took 0.018034 seconds and 4 git commands to generate.