blob: 6f97cad1373c4cb8708705f3197b032935fd4c58 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
--- configure.orig Fri May 19 14:49:06 2000
+++ configure Tue May 30 13:31:24 2000
@@ -6350,17 +6350,13 @@
if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
echo "$ac_t""yes" 1>&6
build_gfloppy=true
+ subdirs="gfloppy"
else
+ build_gfloppy=false
echo "$ac_t""no" 1>&6
echo "configure: warning: *** gfloppy will not be built." 1>&2
fi
-if $build_gfloppy; then
- subdirs="gfloppy"
-
-fi
-
-
if test "$build_gfloppy" = true; then
BUILD_GFLOPPY_TRUE=
BUILD_GFLOPPY_FALSE='#'
@@ -8453,7 +8449,7 @@
esac
done
- for ac_config_dir in gfloppy; do
+ for ac_config_dir in $subdirs ; do
# Do not complain, so a configure script can configure whichever
# parts of a large source tree are present.
|