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 6c9bd47 commit dbcdbf8Copy full SHA for dbcdbf8
configure
@@ -716,7 +716,7 @@ int main() {
716
}
717
EOF
718
Z_U4=""
719
-if try $CC $CFLAGS $test.c -o $test && Z_U4=`$test` && test -n "$Z_U4"; then
+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
721
mv zconf.temp.h zconf.h
722
echo "Looking for a four-byte integer type... Found." | tee -a configure.log
0 commit comments