diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-05-30 23:19:36 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-05-30 23:19:36 +0000 |
commit | 0957f4f7877af10eb52d2faad40b2239dda30f1c (patch) | |
tree | 174c4bc568339a033f5dd37a9266a7905c86270b /libiberty/configure.in | |
parent | fe6b08a4675d046a726181956810d635c46d21ce (diff) | |
download | gcc-0957f4f7877af10eb52d2faad40b2239dda30f1c.tar.gz |
* configure.in (checkfuncs): Add missing "'".
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20144 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/configure.in')
-rw-r--r-- | libiberty/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/configure.in b/libiberty/configure.in index 4b51ee4384b..b81e009bb58 100644 --- a/libiberty/configure.in +++ b/libiberty/configure.in @@ -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*) |