2004-11-24 15:08 Patrick McFarland <unknown@panax.com>

* configure.ac: Change "doesn't" to "does not" in an error message to
	avoid autoconf/m4 quoting issues.
	* configure: Regenerate.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@20376 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Alexander Malmberg 2004-11-24 14:10:33 +00:00
parent 268d5144ec
commit 249c83f455
3 changed files with 9 additions and 3 deletions

View file

@ -1,3 +1,9 @@
2004-11-24 15:08 Patrick McFarland <unknown@panax.com>
* configure.ac: Change "doesn't" to "does not" in an error message to
avoid autoconf/m4 quoting issues.
* configure: Regenerate.
2004-11-23 David Wetzel <dave@turbocat.de>
* Headers/Additions/GNUstepBase/Unicode.h: added missing

4
configure vendored
View file

@ -7472,8 +7472,8 @@ echo "${ECHO_T}no" >&6
echo "can be found by the dynamic linker - usually that requires you to play"
echo "with LD_LIBRARY_PATH or /etc/ld.so.conf."
echo "Please refer to your compiler installation instructions for more help."
{ { echo "$as_me:$LINENO: error: The Objective-C compiler doesn't work or is not installed properly." >&5
echo "$as_me: error: The Objective-C compiler doesn't work or is not installed properly." >&2;}
{ { echo "$as_me:$LINENO: error: The Objective-C compiler does not work or is not installed properly." >&5
echo "$as_me: error: The Objective-C compiler does not work or is not installed properly." >&2;}
{ (exit 1); exit 1; }; }
fi

View file

@ -429,7 +429,7 @@ else
echo "can be found by the dynamic linker - usually that requires you to play"
echo "with LD_LIBRARY_PATH or /etc/ld.so.conf."
echo "Please refer to your compiler installation instructions for more help."
AC_MSG_ERROR(The Objective-C compiler doesn't work or is not installed properly.)
AC_MSG_ERROR(The Objective-C compiler does not work or is not installed properly.)
fi
# Don't revert any Objective-C flags as they are used in the next test