summaryrefslogtreecommitdiff
path: root/t/ext.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/ext.sh')
-rwxr-xr-xt/ext.sh7
1 files changed, 1 insertions, 6 deletions
diff --git a/t/ext.sh b/t/ext.sh
index e1e890369..a69fe8b4a 100755
--- a/t/ext.sh
+++ b/t/ext.sh
@@ -22,12 +22,7 @@ cat >> configure.ac << 'END'
AC_PROG_F77
AC_PROG_FC
AC_PROG_OBJC
-# FIXME: this is to cater to older autoconf; remove this once we
-# FIXME: automake requires Autoconf 2.65 or later.
-m4_ifdef([AC_PROG_OBJCXX], [AC_PROG_OBJCXX], [
- AC_SUBST([OBJCXX], [whocares])
- AM_CONDITIONAL([am__fastdepOBJCXX], [whocares])
-])
+AC_PROG_OBJCXX
AM_PROG_UPC
END