]> git.saurik.com Git - wxWidgets.git/blobdiff - configure
Don't use `install -d` to create directories.
[wxWidgets.git] / configure
index dc5c98705040bd987ce439d1a8d7fefff157585c..33c7decccecc1eac96b88e9a74380ccbf1f309b4 100755 (executable)
--- a/configure
+++ b/configure
@@ -50393,20 +50393,7 @@ else
 fi
 
 
-            { echo "$as_me:$LINENO: checking for command to install directories" >&5
-echo $ECHO_N "checking for command to install directories... $ECHO_C" >&6; }
-    INSTALL_TEST_DIR=acbftest$$
-    $INSTALL -d $INSTALL_TEST_DIR > /dev/null 2>&1
-    if test $? = 0 -a -d $INSTALL_TEST_DIR; then
-        rmdir $INSTALL_TEST_DIR
-                        INSTALL_DIR='$(INSTALL) -d'
-        { echo "$as_me:$LINENO: result: $INSTALL -d" >&5
-echo "${ECHO_T}$INSTALL -d" >&6; }
-    else
-        INSTALL_DIR="mkdir -p"
-        { echo "$as_me:$LINENO: result: mkdir -p" >&5
-echo "${ECHO_T}mkdir -p" >&6; }
-    fi
+    INSTALL_DIR="mkdir -p"
 
 
     LDFLAGS_GUI=