aboutsummaryrefslogtreecommitdiff
path: root/devel/autoconf2.13/files/patch-acspecific.m4
blob: 0c8149027cfa22166f4adc016d6fe24a49880d40 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- acspecific.m4.orig	2000-02-27 16:18:10 UTC
+++ acspecific.m4
@@ -2681,7 +2681,7 @@ else
   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