mike121 pushed a commit to branch main in repository guile. commit a274e1ced418da54d53b7f54fd4d6384d5d99e58 Author: Mike Gran <spk...@yahoo.com> AuthorDate: Thu Sep 15 04:28:50 2022 -0700
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 --- configure.ac | 3 --- 1 file changed, 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"])