From a8dd5aa0fcc4692b2c5495fde1e9c6920c83ee98 Mon Sep 17 00:00:00 2001 From: curt Date: Tue, 11 Oct 2005 18:56:45 +0000 Subject: [PATCH] Fix a small typo. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 7ec67e89..0c1206dd 100644 --- a/configure.ac +++ b/configure.ac @@ -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