1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

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
This commit is contained in:
Mike Gran 2022-09-15 04:28:50 -07:00
parent 78a98062a4
commit a274e1ced4

View file

@ -138,9 +138,6 @@ AC_DEFINE([GNULIB_LOCK], [1],
[Define to allow Gnulib modules to use Guile's locks.]) [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]) LT_INIT([dlopen win32-dll])
AM_CONDITIONAL([HAVE_SHARED_LIBRARIES], [test "x$enable_shared" = "xyes"]) AM_CONDITIONAL([HAVE_SHARED_LIBRARIES], [test "x$enable_shared" = "xyes"])