autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: autoconf building useless configure script on Mac OS X


From: Ralf Wildenhues
Subject: Re: autoconf building useless configure script on Mac OS X
Date: Mon, 1 Oct 2007 20:51:39 +0200
User-agent: Mutt/1.5.13 (2006-08-11)

* 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]