diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 52ce01a..ff594d4 100644 --- a/configure.in +++ b/configure.in @@ -225,8 +225,8 @@ AC_OUTPUT(build.sh Makefile glob/Makefile) dnl If we don't yet have build.sh.in, build.sh is a bogus 0-length file dnl so remove it. - -test -f build.sh.in || rm -f build.sh +dnl Can't do this because then remote builds with build.sh don't work. +dnl test -f build.sh.in || rm -f build.sh case "$make_badcust" in |