1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 03:30:27 +02:00

(GUILE_LIBS): fixed typo.

This commit is contained in:
Marius Vollmer 2004-09-24 01:50:55 +00:00
parent d180337bc3
commit a8d7ba1165

View file

@ -1187,7 +1187,7 @@ AC_SUBST(LIBGUILE_SRFI_SRFI_13_14_INTERFACE)
#######################################################################
dnl Tell guile-config what flags guile users should compile and link with.
GUILE_LIBS"$LDFLAGS $LIBS"
GUILE_LIBS="$LDFLAGS $LIBS"
GUILE_CFLAGS="$PTHREAD_CFLAGS"
AC_SUBST(GUILE_LIBS)
AC_SUBST(GUILE_CFLAGS)