From 2d84bfe98a59e05885d595f8be660e0f39a83eb7 Mon Sep 17 00:00:00 2001 From: pagefault <> Date: Tue, 5 Jul 2005 01:27:58 +0000 Subject: [PATCH] Fix debugging on OpenBSD --- zsnes/src/configure.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/zsnes/src/configure.in b/zsnes/src/configure.in index 82ff67e4..9a1a0d88 100644 --- a/zsnes/src/configure.in +++ b/zsnes/src/configure.in @@ -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