Skip to content

Commit

Permalink
configure: Fix autoconf warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
notroj committed Aug 25, 2023
1 parent 3865bfc commit 429c7b3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -429,8 +429,6 @@ AC_AIX
AC_MINIX
])

AC_ISC_POSIX

# Ensure that satisfactory versions of apr and apr-util are
# found if external copies are configured.
if test "${apr_found}" = "yes"; then
Expand Down Expand Up @@ -738,7 +736,7 @@ if test "$enable_pie" = "yes"; then
PICFLAGS="-fPIE"
PILDFLAGS="-pie"
else
AC_ERROR([--enable-pie requested but $CC failed using PIE flags])
AC_MSG_ERROR([--enable-pie requested but $CC failed using PIE flags])
fi
fi
APACHE_SUBST(PICFLAGS)
Expand Down

0 comments on commit 429c7b3

Please sign in to comment.