From a65e197d2ab69181e615e32409b69469e509eaa3 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Tue, 9 May 2000 11:54:43 +0000 Subject: 11276: fix build on OpenBSD. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in') 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 -- cgit 1.4.1