mirror of
https://git.freebsd.org/ports.git
synced 2025-06-29 16:40:31 -04:00
version than 2.13. I could find no ports that broke with this update. Approved by: portmgr Message-ID: <20011024214950.W25747@squall.waterspout.com>
11 lines
378 B
Text
11 lines
378 B
Text
--- acspecific.m4.orig Sun Aug 13 19:42:57 2000
|
|
+++ acspecific.m4 Sun Aug 13 19:43:24 2000
|
|
@@ -2659,7 +2659,7 @@
|
|
if AC_TRY_EVAL(ac_link); then
|
|
for file in conftest.*; do
|
|
case $file in
|
|
- *.c | *.o | *.obj | *.ilk | *.pdb) ;;
|
|
+ *.c | *.C | *.o | *.obj | *.ilk | *.pdb) ;;
|
|
*) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
|
|
esac
|
|
done
|