Skip to content

Commit 429c7b3

Browse files
committed
configure: Fix autoconf warnings.
1 parent 3865bfc commit 429c7b3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

configure.in

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -429,8 +429,6 @@ AC_AIX
429429
AC_MINIX
430430
])
431431

432-
AC_ISC_POSIX
433-
434432
# Ensure that satisfactory versions of apr and apr-util are
435433
# found if external copies are configured.
436434
if test "${apr_found}" = "yes"; then
@@ -738,7 +736,7 @@ if test "$enable_pie" = "yes"; then
738736
PICFLAGS="-fPIE"
739737
PILDFLAGS="-pie"
740738
else
741-
AC_ERROR([--enable-pie requested but $CC failed using PIE flags])
739+
AC_MSG_ERROR([--enable-pie requested but $CC failed using PIE flags])
742740
fi
743741
fi
744742
APACHE_SUBST(PICFLAGS)

0 commit comments

Comments
 (0)