Build system: fixed minor bug in configure script

time-shift
Sébastien Villemot 2010-02-19 11:51:09 +01:00
parent faa5da07dc
commit 9e9eeb533b
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ case ${host_os} in
CC=gcc-3
CXX=g++-3
CFLAGS="$CFLAGS -mno-cygwin"
CXXFLAGS="$CFLAGS -mno-cygwin"
CXXFLAGS="$CXXFLAGS -mno-cygwin"
;;
esac