Changes of Revision 26
[-] | Changed | php5-pecl_http.spec |
x 1
2 export CFLAGS 3 export CXXFLAGS 4 5 +if [ -x /usr/bin/php ] ; then 6 export PHP_EXECUTABLE="/usr/bin/php" 7 +elif [ -x /usr/bin/php5 ] ; then 8 +export PHP_EXECUTABLE="/usr/bin/php5" 9 +else 10 +export PHP_EXECUTABLE="/usr/local/bin/php" 11 +fi 12 13 %configure \ 14 --with-http-magic-mime=%{_usr} \ 15 |