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:
parent
78a98062a4
commit
a274e1ced4
1 changed files with 0 additions and 3 deletions
|
@ -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"])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue