ORBit/popt configure.in dies if $CC contains spaces




> The configure.in in ORBit/popt contains the following:
> 
> if test $CC = gcc; then             
>     CFLAGS="-Wall $CFLAGS"
> fi

thanks for spotting this.

The right fix is to use the value of $ac_cv_prog_gcc

Miguel.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]