summaryrefslogtreecommitdiff
path: root/devel/autoconf213/files/patch-acspecific.m4
diff options
context:
space:
mode:
Diffstat (limited to 'devel/autoconf213/files/patch-acspecific.m4')
-rw-r--r--devel/autoconf213/files/patch-acspecific.m411
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/autoconf213/files/patch-acspecific.m4 b/devel/autoconf213/files/patch-acspecific.m4
new file mode 100644
index 000000000000..0ab4f683e3de
--- /dev/null
+++ b/devel/autoconf213/files/patch-acspecific.m4
@@ -0,0 +1,11 @@
+--- 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