diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/preconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/preconfig b/scripts/preconfig index 40d182d8f0..dbba3147c3 100755 --- a/scripts/preconfig +++ b/scripts/preconfig @@ -19,7 +19,6 @@ if test "$confighfiles" != "ext/*/config.h.stub"; then fi if ! cmp acconfig.h acconfig.h.new > /dev/null 2>&1; then mv acconfig.h.new acconfig.h - autoheader else rm -f acconfig.h.new fi |