--- gvpe/configure 2003/10/16 20:35:14 1.8 +++ gvpe/configure 2003/10/19 17:11:14 1.10 @@ -6308,6 +6308,16 @@ IFSUBTYPE=$IFSUBTYPE +cat >>confdefs.h <<_ACEOF +#define IFTYPE "$IFTYPE" +_ACEOF + + +cat >>confdefs.h <<_ACEOF +#define IFSUBTYPE "$IFSUBTYPE" +_ACEOF + + cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure # tests run on this system so they can be shared between configure @@ -9371,13 +9381,6 @@ CXXFLAGS="$CXXFLAGS -fno-exceptions" fi -if $CXX -v --help 2>&1 | grep -q ffunction-sections; then - CXXFLAGS="$CXXFLAGS -ffunction-sections" -fi - -if $LD -v --help 2>&1 | grep -q gc-sections; then - LDFLAGS="$LDFLAGS -Wl,--gc-sections" -fi