* Chris Inacio wrote on Mon, Oct 01, 2007 at 08:38:54PM CEST:
> The m4 versions are the same, 1.4.10 on both machines.
Thanks. No need to post further files. Please try this patch
that fixes a quoting error.
Cheers,
Ralf
--- configure.in 2007-10-01 20:40:37.000000000 +0200
+++ configure.in 2007-10-01 20:48:10.000000000 +0200
@@ -128,7 +128,7 @@
AC_MSG_NOTICE([using libpopt found in ${with_popt} for options
processing])
AC_DEFINE([USE_POPT], 1,
[Define to 1 to use libpopt])],[
- AC_MSG_ERROR([libpopt was not found or is not usable)])
+ AC_MSG_ERROR([libpopt was not found or is not usable])
]
)
else
_______________________________________________
Autoconf mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/autoconf