Browse Source

- Fix typo..

#
# Note: This is not used at all yet..waiting for comments first. :)
#
experimental/threaded
foobar 24 years ago
parent
commit
aa1ddac8ad
  1. 2
      acinclude.m4

2
acinclude.m4

@ -1807,7 +1807,7 @@ $debug ||
done
rm -rf "$tmp"
])
if test -z "$SED"; then
if test -z "$ac_cv_path_sed"; then
AC_MSG_ERROR([Could not find working sed on this system. Please install GNU sed.])
else
SED=$ac_cv_path_sed

Loading…
Cancel
Save