- add missing export lines for CPPFLAGS and LDFLAGS

This commit is contained in:
Bryce Denney 2002-12-13 00:12:29 +00:00
parent 287b880a02
commit 2333ac7100

View File

@ -14,7 +14,9 @@ CXXFLAGS="$CFLAGS"
LDFLAGS="-L/sw/lib"
export CFLAGS
export CPPFLAGS
export CXXFLAGS
export LDFLAGS
./configure --enable-cdrom \
--enable-vbe \