From: curt Date: Tue, 11 Oct 2005 18:58:05 +0000 (+0000) Subject: Fix two small typos. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=54127f760127092b6b590f9fce75d88505941845;p=flightgear.git Fix two small typos. --- 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