patch-configure 628 B

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