[vlc-devel] commit: Remove deprecated and unused AC_TYPE_SIGNAL ( Rémi Denis-Courmont )

git version control git at videolan.org
Sun Feb 28 14:40:36 CET 2010


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Feb 28 15:07:43 2010 +0200| [89410999e5c13de0d83ac18c5a69026017d0d7f5] | committer: Rémi Denis-Courmont 

Remove deprecated and unused AC_TYPE_SIGNAL

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

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

diff --git a/configure.ac b/configure.ac
index 9a57a6b..31ff8c8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -661,7 +661,6 @@ fi
 AM_CONDITIONAL(BUILD_GETOPT, ${need_getopt})
 
 if test "${SYS}" != "mingw32" -a "${SYS}" != "mingwce"; then
-AC_TYPE_SIGNAL
 AC_CHECK_LIB(m,cos,[
   VLC_ADD_LIBS([adjust wave ripple psychedelic gradient a52tofloat32 dtstofloat32 x264 goom visual panoramix rotate noise grain scene kate flac lua chorus_flanger],[-lm])
 ])




More information about the vlc-devel mailing list