1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-12-04 14:46:30 -05:00

Reset LDFLAGS after the link test.

svn path=/trunk/m4/; revision=5105
This commit is contained in:
brendan 2003-07-08 14:32:03 +00:00
parent 78e3977e2d
commit a300895768

View File

@ -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])])
])
CFLAGS="$ac_save_CFLAGS"
LDFLAGS="$ac_save_LDFLAGS"
LIBS="$ac_save_LIBS"
AC_SUBST(OGG_CFLAGS)