Use GMP_CPPFLAGS in src/util/ecl-config

This commit is contained in:
Juan Jose Garcia Ripoll 2010-08-22 22:29:18 +02:00
parent 03fd191528
commit fb2c950202

View file

@ -32,7 +32,7 @@ for i in $*; do
done
if test "$echo_cflags" = "yes"; then
echo "@ECL_CFLAGS@ @GMP_CFLAGS@ @DEBUG_CFLAGS@ -I@includedir\@"
echo "@ECL_CFLAGS@ @GMP_CPPFLAGS@ @DEBUG_CFLAGS@ -I@includedir\@"
fi
if test "$echo_ldflags" = "yes"; then