From: curt Date: Fri, 7 Feb 2003 17:35:37 +0000 (+0000) Subject: Fix a typo in the FreeBSD support section. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0253a46dbb3fe902384f34531ddc7d7aad85c565;p=simgear.git Fix a typo in the FreeBSD support section. --- diff --git a/configure.ac b/configure.ac index 0d4131cf..7d0e5354 100644 --- a/configure.ac +++ b/configure.ac @@ -152,7 +152,7 @@ if test "x$ac_cv_lib_pthread_pthread_exit" != "xyes" -a "x$ac_cv_header_pthread_ dnl fails. See if we need -pthread instead of -lpthread and look dnl for the functions in libc_r. save_CXXFLAGS="$CXXFLAGS" - save_CFLAGS="$FLAGS" + save_CFLAGS="$CFLAGS" CXXFLAGS="-pthread $CXXFLAGS" CFLAGS="-pthread $FLAGS" save_LIBS=$LIBS