From 54127f760127092b6b590f9fce75d88505941845 Mon Sep 17 00:00:00 2001 From: curt Date: Tue, 11 Oct 2005 18:58:05 +0000 Subject: [PATCH] Fix two small typos. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index c89d87aa2..391e3226e 100644 --- a/configure.ac +++ b/configure.ac @@ -119,7 +119,7 @@ case "${host}" in if test -d /opt/X11R6 ; then EXTRA_DIR2="/opt/X11R6" fi - EXTRA_DIRS="${EXTRA_DIRS} $EXTRA_DIR1 $EXTRA_DIR2 /usr/local/" + EXTRA_DIRS="${EXTRA_DIRS} $EXTRA_DIR1 $EXTRA_DIR2 /usr/local" ;; esac @@ -177,7 +177,7 @@ AC_SEARCH_LIBS(pthread_cancel, [pthread c_r]) 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