mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2025-01-03 14:56:34 -05:00
Reset LDFLAGS after the link test.
svn path=/trunk/m4/; revision=5105
This commit is contained in:
parent
78e3977e2d
commit
a300895768
@ -46,6 +46,7 @@ AC_TRY_LINK_FUNC(ogg_sync_init,
|
|||||||
[ ifelse([$2], ,[AC_MSG_ERROR([not found, maybe you need to set LD_LIBRARY_PATH or /etc/ld.so.conf])], [$2])])
|
[ ifelse([$2], ,[AC_MSG_ERROR([not found, maybe you need to set LD_LIBRARY_PATH or /etc/ld.so.conf])], [$2])])
|
||||||
])
|
])
|
||||||
CFLAGS="$ac_save_CFLAGS"
|
CFLAGS="$ac_save_CFLAGS"
|
||||||
|
LDFLAGS="$ac_save_LDFLAGS"
|
||||||
LIBS="$ac_save_LIBS"
|
LIBS="$ac_save_LIBS"
|
||||||
|
|
||||||
AC_SUBST(OGG_CFLAGS)
|
AC_SUBST(OGG_CFLAGS)
|
||||||
|
Loading…
Reference in New Issue
Block a user