* errno.cc (errmap): Correct DIRECTORY mapping to ENOTDIR.

This commit is contained in:
Christopher Faylor
2000-05-06 03:33:10 +00:00
parent b5c5e30da7
commit 2a1064aad6
4 changed files with 7 additions and 3 deletions

View File

@@ -43,7 +43,7 @@ dnl normal versions of a library), tasteless as that idea is.
if test "$ac_test_CFLAGS" = set; then
CFLAGS="$ac_save_CFLAGS"
elif test $ac_cv_prog_cc_g = yes; then
CFLAGS="-g -O2"
CFLAGS="-gstabs+ -O2"
else
CFLAGS="-O2"
fi