[xiph-cvs] cvs commit: m4 ogg.m4

Brendan brendan at xiph.org
Tue Jul 8 07:32:03 PDT 2003



brendan     03/07/08 10:32:03

  Modified:    .        ogg.m4
  Log:
  Reset LDFLAGS after the link test.

Revision  Changes    Path
1.7       +1 -0      m4/ogg.m4

Index: ogg.m4
===================================================================
RCS file: /usr/local/cvsroot/m4/ogg.m4,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -u -r1.6 -r1.7
--- ogg.m4	1 Jul 2003 18:21:46 -0000	1.6
+++ ogg.m4	8 Jul 2003 14:32:03 -0000	1.7
@@ -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)

<p><p>--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list