On Thu, 18 May 2006, Martin Michlmayr wrote:

checking whether strerror_r is declared... yes
checking for a glibc strerror_r API... yes
../../configure: line 29513: syntax error near unexpected token `else'
../../configure: line 29513: `else'

Funnily enough, this bug has been around for quite some time but it seems unstable has a sensitive bash version or something. I could cure the problem with this (silly) patch:

diff -u -r1.194 -r1.195
--- configure.ac        11 May 2006 21:37:58 -0000      1.194
+++ configure.ac        23 May 2006 22:55:46 -0000      1.195
@@ -1412,7 +1412,8 @@
      AC_MSG_RESULT(no)
     ,
     dnl not invoked when crosscompiling)
-    ])
+     echo "hej"
+    )
   fi
 else
   dnl and for crosscompilings


--
         -=- Daniel Stenberg -=- http://daniel.haxx.se -=-
  ech`echo xiun|tr nu oc|sed 'sx\([s\x]\)\([\xoi]\)xo un\2\1 is xg'`ol



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to