summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorMikko Koppanen <mkoppanen@php.net>2010-11-17 15:07:59 +0100
committerMartin Sustrik <sustrik@250bpm.com>2010-11-17 15:07:59 +0100
commitb83d0a1bc077fdcc481fee40dcf4780669c3f3d2 (patch)
treeb1614ae3a73332c715cd1e73228819382cfc2e91 /configure.in
parent925595259b51dd84711b620afdf02245e537a38f (diff)
Remove unnecessary conditional
This conditional is unnecessary as BUILD_PGM can be negated in the test. Signed-off-by: Mikko Koppanen <mkoppanen@php.net>
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 5de0922..dd594ce 100644
--- a/configure.in
+++ b/configure.in
@@ -359,7 +359,6 @@ if test "x$gnu_compilers" = "xyes" -a "x$pgm_ext" = "xno"; then
fi
AM_CONDITIONAL(BUILD_PGM, test "x$pgm_ext" = "xyes")
-AM_CONDITIONAL(BUILD_NO_PGM, test "x$pgm_ext" = "xno")
AM_CONDITIONAL(ON_MINGW, test "x$on_mingw32" = "xyes")
AC_SUBST(stdint)