]> git.saurik.com Git - wxWidgets.git/blobdiff - configure
check for setenv first, then putenv as using setenv in wxSetEnv() is much easier
[wxWidgets.git] / configure
index dec4e288dc8cd1e9d1bf63c1b69a349f0006f1f9..ed720f469175a4ce91ee8030c13bd9b6902e8930 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in Id: configure.in 47544 2007-07-18 12:58:28Z VZ .
+# From configure.in Id: configure.in 47557 2007-07-19 01:02:28Z VZ .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.61 for wxWidgets 2.9.0.
 #
@@ -39944,7 +39944,7 @@ done
 
 
 
-for ac_func in putenv setenv
+for ac_func in setenv putenv
 do
 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
 { echo "$as_me:$LINENO: checking for $ac_func" >&5