diff options
author | Jani Taskinen <jani@php.net> | 2010-11-13 11:07:38 +0000 |
---|---|---|
committer | Jani Taskinen <jani@php.net> | 2010-11-13 11:07:38 +0000 |
commit | 47713462ce966174c67e4b9c28e16f573a8dd2ff (patch) | |
tree | 718a7ee8c7819b95d71feb62dcfd0a5f489b7272 /configure.in | |
parent | 0e72e5897e3f2b32b494c97369232129f3cbcd8a (diff) | |
download | php-git-47713462ce966174c67e4b9c28e16f573a8dd2ff.tar.gz |
- WS
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index c5a65e8e3a..37ea87ad72 100644 --- a/configure.in +++ b/configure.in @@ -1329,8 +1329,8 @@ dnl Autoconf 2.13's libtool checks go slightly nuts on Mac OS X 10.5 and 10.6. dnl This hack works around it. Ugly. case $host_alias in *darwin9*|*darwin10*) - ac_cv_exeext= - ;; + ac_cv_exeext= + ;; esac dnl Only allow AC_PROG_CXX and AC_PROG_CXXCPP if they are explicitly called (by PHP_REQUIRE_CXX). |