Skip to content

Commit 59cc57c

Browse files
committed
99
1 parent b6ae1d0 commit 59cc57c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/install_bash.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ for patch in $(find .. -wholename "$patches" | sort); do
2323
patch -f -p0 <$patch
2424
done
2525

26-
#export CFLAGS="-std=c99"
26+
export CFLAGS="-std=c99"
2727
gcc -dM -E -x c /dev/null | grep -F __STDC_VERSION__
2828
gcc -v
2929
./configure --exec-prefix /

0 commit comments

Comments
 (0)