Fix debugging on OpenBSD

This commit is contained in:
pagefault
2005-07-05 01:27:58 +00:00
parent 331c46c164
commit 2d84bfe98a

View File

@@ -115,7 +115,7 @@ if test x$debug = xyes; then
dnl enabled.
CFLAGS="$CFLAGS -DDEBUG -O0 -fno-omit-frame-pointer -ggdb3"
NFLAGS="$NFLAGS -DDEBUG -g -s -O0" dnl it works now
NFLAGS="$NFLAGS -DDEBUG -s -O0" dnl it works now
ZSNESEXE="zsnesd"
else
AC_MSG_RESULT(no)
@@ -184,7 +184,11 @@ fi
echo
echo The binary will be installed in $prefix/bin
echo
if test "$target" = "*-*-*bsd*"; then
echo Configure complete, now type \'gmake\' and pray.
else
echo Configure complete, now type \'make\' and pray.
fi
echo