mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Also configure SSL
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@13134 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3ee7db1018
commit
e562b12be5
3 changed files with 7 additions and 3 deletions
|
@ -1,3 +1,7 @@
|
|||
2002-03-16 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* configure.in: Also configure SSL.
|
||||
|
||||
2002-03-16 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Headers/gnustep/base/Unicode.h: Add more options for character
|
||||
|
|
4
configure
vendored
4
configure
vendored
|
@ -5690,7 +5690,7 @@ fi
|
|||
|
||||
|
||||
|
||||
subdirs="Source/mframe"
|
||||
subdirs="Source/mframe SSL"
|
||||
|
||||
|
||||
#--------------------------------------------------------------------
|
||||
|
@ -6152,7 +6152,7 @@ if test "$no_recursion" != yes; then
|
|||
esac
|
||||
done
|
||||
|
||||
for ac_config_dir in Source/mframe; do
|
||||
for ac_config_dir in Source/mframe SSL; do
|
||||
|
||||
# Do not complain, so a configure script can configure whichever
|
||||
# parts of a large source tree are present.
|
||||
|
|
|
@ -964,7 +964,7 @@ fi
|
|||
|
||||
AC_SUBST(SYSTEM_DEFS)
|
||||
|
||||
AC_CONFIG_SUBDIRS(Source/mframe)
|
||||
AC_CONFIG_SUBDIRS(Source/mframe SSL)
|
||||
|
||||
#--------------------------------------------------------------------
|
||||
# Record the version
|
||||
|
|
Loading…
Reference in a new issue