Skip to content
Snippets Groups Projects
Commit b1c7c31e authored by Marc G. Fournier's avatar Marc G. Fournier
Browse files

One last change to configure for 'non-gcc' compiler

parent 9bc57c66
No related branches found
No related tags found
No related merge requests found
...@@ -1003,7 +1003,7 @@ fi ...@@ -1003,7 +1003,7 @@ fi
echo "$ac_t""$ac_cv_prog_gcc" 1>&6 echo "$ac_t""$ac_cv_prog_gcc" 1>&6
if test $ac_cv_prog_gcc = yes; then if test "$ac_cv_prog_gcc" = "yes"; then
GCC=yes GCC=yes
ac_test_CFLAGS="${CFLAGS+set}" ac_test_CFLAGS="${CFLAGS+set}"
ac_save_CFLAGS="$CFLAGS" ac_save_CFLAGS="$CFLAGS"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment