Fix a small typo.

This commit is contained in:
curt 2005-10-11 18:56:45 +00:00
parent f3d0a9bc3f
commit a8dd5aa0fc

View File

@ -170,7 +170,7 @@ if test "x$ac_cv_header_pthread_h" = "xyes"; then
if test "x$ac_cv_search_pthread_exit" = "x-lc_r"; then
CXXFLAGS="-pthread $CXXFLAGS"
CFLAGS="-pthread $FLAGS"
CFLAGS="-pthread $CFLAGS"
fi
fi