diff --git a/configure b/configure index 76e4b58ef1..f93fcf84eb 100755 --- a/configure +++ b/configure @@ -1415,7 +1415,7 @@ fi echo dummy > sub/file ${MAKE-make} -f confMake VPATH=sub 2> config.log > /dev/null RESULT=$? -rm -f sub/file check final_file config.log confMake +rm -f sub/file check final_file confMake rmdir sub if test "$RESULT" = 0; then echo "$ac_t""yes" 1>&6 @@ -4287,7 +4287,7 @@ DEFAULT_USE_GTK=1 DEFAULT_USE_QT=0 DEFAULT_USE_MOTIF=0 -DEFAULT_USE_THREADS=1 +DEFAULT_wxUSE_THREADS=1 DEFAULT_USE_SHARED=1 DEFAULT_USE_OPTIMISE=1 @@ -6080,11 +6080,11 @@ fi if test "$USE_MEM_TRACING" = 1 ; then cat >> confdefs.h <> confdefs.h <> confdefs.h <> confdefs.h <> confdefs.h <> confdefs.h <> confdefs.h <> confdefs.h <> confdefs.h <> confdefs.h <> confdefs.h <> confdefs.h <> confdefs.h <> confdefs.h <> confdefs.h <> confdefs.h <> confdefs.h <> confdefs.h <> confdefs.h <> confdefs.h <> confdefs.h <> confdefs.h <> confdefs.h <> confdefs.h <> confdefs.h <> confdefs.h <> confdefs.h <> confdefs.h <> confdefs.h <> confdefs.h <> confdefs.h <> confdefs.h <> confdefs.h <> confdefs.h <> confdefs.h <> confdefs.h <> confdefs.h <> confdefs.h <> confdefs.h <> confdefs.h <> confdefs.h <> confdefs.h <&5 if test "${with_threads+set}" = set; then withval="$with_threads" if test "x$with_threads" = xyes; then - ac_cv_use_threads='USE_THREADS="1"' + ac_cv_use_threads='wxUSE_THREADS="1"' else - ac_cv_use_threads='USE_THREADS="0"' + ac_cv_use_threads='wxUSE_THREADS="0"' fi else - LINE=`grep "USE_THREADS" ${OSTYPE}.system.cache` + LINE=`grep "wxUSE_THREADS" ${OSTYPE}.system.cache` if test "x$LINE" != x ; then eval "DEFAULT_$LINE" fi - ac_cv_use_threads='USE_THREADS='$DEFAULT_USE_THREADS + ac_cv_use_threads='wxUSE_THREADS='$DEFAULT_wxUSE_THREADS fi eval "$ac_cv_use_threads" echo $ac_cv_use_threads >> ${OSTYPE}.system.cache.tmp -if test "$USE_THREADS" = 1; then +if test "$wxUSE_THREADS" = 1; then echo "$ac_t""yes" 1>&6 else echo "$ac_t""no" 1>&6 @@ -6504,7 +6504,7 @@ fi -if test "$USE_THREADS" = "1"; then +if test "$wxUSE_THREADS" = "1"; then UNIX_THREAD="gtk/threadno.cpp" @@ -6809,7 +6809,7 @@ if test "$USE_OPENGL" != 1; then fi cat >> confdefs.h < sub/file ${MAKE-make} -f confMake VPATH=sub 2> config.log > /dev/null RESULT=$? -rm -f sub/file check final_file config.log confMake +rm -f sub/file check final_file confMake rmdir sub if test "$RESULT" = 0; then AC_MSG_RESULT(yes)