summaryrefslogtreecommitdiff
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorFederico G. Schwindt <fgsch@cvs.openbsd.org>2009-08-08 12:11:10 +0000
committerFederico G. Schwindt <fgsch@cvs.openbsd.org>2009-08-08 12:11:10 +0000
commitc95fbd095b6eb05b5b4675969307c054ca5b1c40 (patch)
tree8f2f33673449c62ee8bf8fb1e5ff003b1b2ce42f /gnu/usr.bin
parent20d3a51406822f777597899ef812dc9de6a482f3 (diff)
allow to compile lynx with debug symbols.
deraadt@ ok
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/lynx/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/lynx/configure b/gnu/usr.bin/lynx/configure
index 09eca522534..e1c8cbeb64d 100644
--- a/gnu/usr.bin/lynx/configure
+++ b/gnu/usr.bin/lynx/configure
@@ -2762,7 +2762,7 @@ else
test -z "$ORIGINAL_CFLAGS" && CFLAGS=`echo ${CFLAGS} | sed -e 's%-g %%' -e 's%-g$%%'`
;;
*)
- test -z "$ORIGINAL_CFLAGS" && CFLAGS=`echo ${CFLAGS} | sed -e 's%-g %%' -e 's%-g$%%'`
+ #test -z "$ORIGINAL_CFLAGS" && CFLAGS=`echo ${CFLAGS} | sed -e 's%-g %%' -e 's%-g$%%'`
;;
esac
fi