|
From: <sv...@va...> - 2009-04-26 11:29:09
|
Author: bart Date: 2009-04-26 12:29:02 +0100 (Sun, 26 Apr 2009) New Revision: 9638 Log: Fixed typo spotted by Jeroen Witmond. Modified: trunk/configure.in Modified: trunk/configure.in =================================================================== --- trunk/configure.in 2009-04-26 07:51:57 UTC (rev 9637) +++ trunk/configure.in 2009-04-26 11:29:02 UTC (rev 9638) @@ -909,7 +909,7 @@ CFLAGS=$safe_CFLAGS AM_CONDITIONAL(HAVE_PTHREAD_CREATE_GLIBC_2_0, - test x$ac_have_pthread_create_glibc_2_0 = yes) + test x$ac_have_pthread_create_glibc_2_0 = xyes) # Check for eventfd_t, eventfd() and eventfd_read() |