fixed a typo

This commit is contained in:
Pauli Nieminen 2008-02-08 13:20:40 +00:00
parent dd575a8cf4
commit 172ca8ba7b

View file

@ -375,7 +375,7 @@ AM_PROG_CC_C_O
# Check for __builtin_expect
AC_TRY_LINK([int foo (int a) { a = __builtin_expect (a, 10); return a == 10 ? 0 : 1; }],
[],
[CXXFLAGS="$CPPFLAGS -DHAVE_BUILTIN_EXPECT"])
[CXXFLAGS="$CXXFLAGS -DHAVE_BUILTIN_EXPECT"])
have_libx11='no'
if test "$with_x" != 'no'; then