mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Corrected to save CPPFLAGS
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@9229 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
80bb956109
commit
58db6dee8a
3 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2001-02-25 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* configure.in (cppflags_temp): Corrected to save CPPFLAGS not
|
||||
CFLAGS>
|
||||
|
||||
2001-02-25 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/GSLocale.m: Removed YESSTR and NOSTR support for simplicity.
|
||||
|
|
2
configure
vendored
2
configure
vendored
|
@ -4732,7 +4732,7 @@ else
|
|||
fi
|
||||
|
||||
|
||||
cppflags_temp=$CFLAGS
|
||||
cppflags_temp=$CPPFLAGS
|
||||
libs_temp=$LIBS
|
||||
|
||||
if test "$openssl_incdir" != "no"; then
|
||||
|
|
|
@ -834,7 +834,7 @@ AC_ARG_WITH(openssl-library,
|
|||
[ --with-openssl-library=PATH library path for openssl libraries],
|
||||
openssl_libdir="$withval", openssl_libdir="no")
|
||||
|
||||
cppflags_temp=$CFLAGS
|
||||
cppflags_temp=$CPPFLAGS
|
||||
libs_temp=$LIBS
|
||||
|
||||
if test "$openssl_incdir" != "no"; then
|
||||
|
|
Loading…
Reference in a new issue