]> git.sesse.net Git - vlc/commitdiff
Remove deprecated and unused AC_TYPE_SIGNAL
authorRémi Denis-Courmont <remi@remlab.net>
Sun, 28 Feb 2010 13:07:43 +0000 (15:07 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Sun, 28 Feb 2010 13:40:28 +0000 (15:40 +0200)
configure.ac

index 9a57a6b272806955f10f279e592036680dccf06a..31ff8c8260e5fc92a7ee8a8df43af7d66da6bd22 100644 (file)
@@ -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])
 ])