Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 884d3ba commit 262cf20Copy full SHA for 262cf20
1 file changed
configure
@@ -1,6 +1,6 @@
1
#! /bin/sh
2
3
-# From configure.in Revision: 1.175
+# From configure.in Revision: 1.176
4
5
# Guess values for system-dependent variables and create Makefiles.
6
# Generated automatically using autoconf version 2.13
@@ -5975,6 +5975,9 @@ fi
5975
echo $ac_n "checking for Modules/Setup""... $ac_c" 1>&6
5976
echo "configure:5977: checking for Modules/Setup" >&5
5977
if test ! -f Modules/Setup ; then
5978
+ if test ! -d Modules ; then
5979
+ mkdir Modules
5980
+ fi
5981
cp "$srcdir/Modules/Setup.dist" Modules/Setup
5982
echo "$ac_t""creating" 1>&6
5983
else
0 commit comments