diff options
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -716,7 +716,7 @@ int main() { | |||
716 | } | 716 | } |
717 | EOF | 717 | EOF |
718 | Z_U4="" | 718 | Z_U4="" |
719 | if try $CC $CFLAGS $test.c -o $test && Z_U4=`$test` && test -n "$Z_U4"; then | 719 | if try $CC $CFLAGS $test.c -o $test && Z_U4=`./$test` && test -n "$Z_U4"; then |
720 | sed < zconf.h "/#define Z_U4/s/\/\* \.\/configure may/#define Z_U4 $Z_U4 \/* .\/configure put the/" > zconf.temp.h | 720 | sed < zconf.h "/#define Z_U4/s/\/\* \.\/configure may/#define Z_U4 $Z_U4 \/* .\/configure put the/" > zconf.temp.h |
721 | mv zconf.temp.h zconf.h | 721 | mv zconf.temp.h zconf.h |
722 | echo "Looking for a four-byte integer type... Found." | tee -a configure.log | 722 | echo "Looking for a four-byte integer type... Found." | tee -a configure.log |