comparison configure.in @ 2018:58d75a0559d3

[gaim-migrate @ 2028] Laddy Daa committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Fri, 15 Jun 2001 00:40:00 +0000
parents 0be1e533036c
children 424a40f12a6c
comparison
equal deleted inserted replaced
2017:eee309c0de93 2018:58d75a0559d3
179 fi 179 fi
180 fi 180 fi
181 181
182 if test "$enable_nas" = yes ; then 182 if test "$enable_nas" = yes ; then
183 AC_DEFINE(NAS_SOUND) 183 AC_DEFINE(NAS_SOUND)
184 LIBS="$LIBS -laudio" 184 LIBS="$LIBS -laudio -lXt"
185 fi 185 fi
186 186
187 if test "$enable_esd" = yes ; then 187 if test "$enable_esd" = yes ; then
188 AM_PATH_GESD 188 AM_PATH_GESD
189 if test "$no_esd" != yes ; then 189 if test "$no_esd" != yes ; then