summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gran <spk121@yahoo.com>2022-09-15 04:28:50 -0700
committerMike Gran <spk121@yahoo.com>2022-10-14 08:40:23 -0700
commita274e1ced418da54d53b7f54fd4d6384d5d99e58 (patch)
tree90b61921ba1dac27e3333fa9ec17e3452d7466ec
parent78a98062a4c8ef3bb13b6493951036e81369cf87 (diff)
downloadguile-a274e1ced418da54d53b7f54fd4d6384d5d99e58.tar.gz
Remove obsolete macro AM_PROG_CC_C_O in configure script
It has been replaced by new functionality in AC_PROG_CC * configure.ac: remove AM_PROG_CC_C_O
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index e78d3c8a7..49bf4018b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -138,9 +138,6 @@ AC_DEFINE([GNULIB_LOCK], [1],
[Define to allow Gnulib modules to use Guile's locks.])
-# for per-target cflags in the libguile subdir
-AM_PROG_CC_C_O
-
LT_INIT([dlopen win32-dll])
AM_CONDITIONAL([HAVE_SHARED_LIBRARIES], [test "x$enable_shared" = "xyes"])