1234567891011121314 |
- $OpenBSD: patch-configure,v 1.31 2017/05/28 15:46:11 ajacoutot Exp $
- Index: configure
- --- configure.orig
- +++ configure
- @@ -25589,7 +25589,7 @@ $as_echo "$as_me: WARNING: Perl not found: Administrat
- elif test "${with_perl}" != "no"; then
- PERL="${with_perl}"
- case "${target_os}" in
- - linux*|netbsd*|freebsd*|dragonfly*)
- + linux*|netbsd*|freebsd*|dragonfly*|openbsd*)
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for perl cccdlflags needed on \"${target_os}\"" >&5
- $as_echo_n "checking for perl cccdlflags needed on \"${target_os}\"... " >&6; }
- eval `${PERL} -V:cccdlflags`
|