summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>2000-05-09 11:54:43 +0000
committerTanaka Akira <akr@users.sourceforge.net>2000-05-09 11:54:43 +0000
commita65e197d2ab69181e615e32409b69469e509eaa3 (patch)
tree09f988912b193e84686a293c6436d88fdbd37e80 /configure.in
parent8c6a5af791ea0ccf44b71577b4cb1a9cec92646c (diff)
downloadzsh-a65e197d2ab69181e615e32409b69469e509eaa3.tar.gz
zsh-a65e197d2ab69181e615e32409b69469e509eaa3.zip
11276: fix build on OpenBSD.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index d22533c54..802411335 100644
--- a/configure.in
+++ b/configure.in
@@ -316,7 +316,7 @@ if test -n "$auto_cflags"; then
fi
if test -n "$auto_ldflags"; then
case "${enable_zsh_debug}$host_os" in
- yesaix*|yeshpux*|yesnetbsd*) ;; # "ld -g" is not valid on these systems
+ yesaix*|yeshpux*|yesnetbsd*|yesopenbsd*) ;; # "ld -g" is not valid on these systems
yes*) LDFLAGS=-g ;;
*) LDFLAGS=-s ;;
esac