summaryrefslogtreecommitdiff
path: root/devel/autoconf254/files/patch-ag
blob: 0792661a7c7d55f34c4f73a1596713e2a3c0a3e4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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) ;;
+      *.c | *.C | *.o | *.obj) ;;
       *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
       esac
     done