From 3fea2499c4181277028881e9a9d1c4279edb525e Mon Sep 17 00:00:00 2001 From: curt Date: Fri, 7 Feb 2003 17:35:46 +0000 Subject: [PATCH] Fix a typo in the FreeBSD support section. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index d1e2f4520..b90a234bc 100644 --- a/configure.ac +++ b/configure.ac @@ -210,7 +210,7 @@ if test "x$ac_cv_lib_pthread_pthread_exit" != "xyes" \ 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