Regenerated with netbsd elf updates

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@14258 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2002-08-09 10:03:39 +00:00
parent 4117aab9ec
commit 59ffb79428

2
configure vendored
View file

@ -2319,6 +2319,8 @@ OBJC_RUNTIME_LIB=`echo $ac_cv_library_combo | awk -F- '{print $1}'`
case "$target_os" in
freebsd*) CPPFLAGS="$CPPFLAGS -I/usr/local/include"
LIBS="$LIBS -L/usr/local/lib";;
netbsd*) CPPFLAGS="$CPPFLAGS -I/usr/pkg/include"
LIBS="$LIBS -L/usr/pkg/lib";;
esac
#--------------------------------------------------------------------