* SSL/configure.ac: Check for GNUSTEP_MAKEFILES not

GNUSTEP_SYSTEM_ROOT.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@22189 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fedor 2005-12-20 16:43:51 +00:00
parent c84f8fbf7d
commit 53c60b4320
3 changed files with 10 additions and 5 deletions

View file

@ -23,8 +23,8 @@
AC_INIT
AC_CONFIG_SRCDIR([GSSSLHandle.m])
if test -z "$GNUSTEP_SYSTEM_ROOT"; then
AC_MSG_ERROR([You must run the GNUstep initialization script first!])
if test -z "$GNUSTEP_MAKEFILES"; then
AC_MSG_ERROR([You must have the gnustep-make package installed and set up the GNUSTEP_MAKEFILES environment variable to contain the path to the makefiles directory before configuring!])
fi
#--------------------------------------------------------------------