autoconf
[Top][All Lists]
Advanced

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

Re: Config error for Darwin (Mac OS/X)


From: Akim Demaille
Subject: Re: Config error for Darwin (Mac OS/X)
Date: 13 Dec 2000 18:12:05 +0100
User-agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Channel Islands)

| if true; then
|  { { echo "$as_me:844: error: LinuxThreads header/library mismatch" >&5
| echo "$as_me: error: LinuxThreads header/library mismatch" >&2;}
|    { (exit 1); exit; }; }
| ;
| fi
| 
| $ ./configure
| ./configure: syntax error near unexpected token `;'
| ./configure: ./configure: line 847: `;'
| 
| It's obviously the latest semicolon, which comes from the semicolon on the
| end of AC_MSG_ERROR.

The problem is a missing space before the ; IMHO.  Could you try if it
fixes the problem and adjust Autoconf?



reply via email to

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