[vlc-commits] Fix configure again

Rémi Denis-Courmont git at videolan.org
Sun Jan 29 17:50:01 CET 2012


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Jan 29 18:49:43 2012 +0200| [89c3a705cec6568f98ae70eec998ab9635078466] | committer: Rémi Denis-Courmont

Fix configure again

This wouldn't happen if committers read the output from bootstrap.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=89c3a705cec6568f98ae70eec998ab9635078466
---

 configure.ac |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 45cf0b8..e4afd39 100644
--- a/configure.ac
+++ b/configure.ac
@@ -160,7 +160,9 @@ case "${host_os}" in
             yes
             #endif],
             [AC_MSG_RESULT([yes])
-            AC_LIBOBJ([getdelim strndup strnlen])],)
+            AC_LIBOBJ([getdelim])
+            AC_LIBOBJ([strndup])
+            AC_LIBOBJ([strnlen])],)
 
     dnl
     dnl  Check for Mac OS X SDK settings



More information about the vlc-commits mailing list