* configure.in (checkfuncs): Add missing "'".

From-SVN: r20144
This commit is contained in:
Mumit Khan 1998-05-30 23:19:36 +00:00 committed by Jeff Law
parent 4cb694888b
commit 6391b50a28
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
Sat May 30 22:17:13 1998 Mumit Khan <khan@xraylith.wisc.edu>
* configure.in (checkfuncs): Add missing "'".
Fri May 22 11:06:41 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* Makefile.in (distclean): Don't remove alloca-conf.h

2
libiberty/configure vendored
View File

@ -1558,7 +1558,7 @@ if test -z "${setobjs}"; then
funcs="`echo $funcs | sed -e 's/random//'`"
LIBOBJS="$LIBOBJS random.o"
vars="`echo $vars | sed -e 's/sys_siglist//'`"
checkfuncs="`echo $checkfuncs | sed -e 's/strsignal//' -e 's/psignal//`"
checkfuncs="`echo $checkfuncs | sed -e 's/strsignal//' -e 's/psignal//'`"
;;
*-*-mingw32*)

View File

@ -259,7 +259,7 @@ if test -z "${setobjs}"; then
funcs="`echo $funcs | sed -e 's/random//'`"
LIBOBJS="$LIBOBJS random.o"
vars="`echo $vars | sed -e 's/sys_siglist//'`"
checkfuncs="`echo $checkfuncs | sed -e 's/strsignal//' -e 's/psignal//`"
checkfuncs="`echo $checkfuncs | sed -e 's/strsignal//' -e 's/psignal//'`"
;;
*-*-mingw32*)