1
0
Fork 0

Fix two small typos.

This commit is contained in:
curt 2005-10-11 18:58:05 +00:00
parent edd619957d
commit 54127f7601

View file

@ -119,7 +119,7 @@ case "${host}" in
if test -d /opt/X11R6 ; then if test -d /opt/X11R6 ; then
EXTRA_DIR2="/opt/X11R6" EXTRA_DIR2="/opt/X11R6"
fi fi
EXTRA_DIRS="${EXTRA_DIRS} $EXTRA_DIR1 $EXTRA_DIR2 /usr/local/" EXTRA_DIRS="${EXTRA_DIRS} $EXTRA_DIR1 $EXTRA_DIR2 /usr/local"
;; ;;
esac 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_header_pthread_h" = "xyes"; then
if test "x$ac_cv_search_pthread_exit" = "x-lc_r"; then if test "x$ac_cv_search_pthread_exit" = "x-lc_r"; then
CXXFLAGS="-pthread $CXXFLAGS" CXXFLAGS="-pthread $CXXFLAGS"
CFLAGS="-pthread $FLAGS" CFLAGS="-pthread $CFLAGS"
fi fi
fi fi