Fix timer linking problems on monolithic toolkit platforms.

This commit is contained in:
ramiro%netscape.com 1999-08-25 11:32:04 +00:00
Родитель ad02d23576
Коммит c6ba385018
1 изменённых файлов: 1 добавлений и 6 удалений

Просмотреть файл

@ -2380,12 +2380,7 @@ dnl =
dnl = Set the timer libs according to MOZ_MONOLITHIC_TOOLKIT
dnl =
dnl ========================================================
if test "$MOZ_MONOLITHIC_TOOLKIT"
then
MOZ_TIMER_LIBS=-ltimer_"$MOZ_WIDGET_TOOLKIT"_s
else
MOZ_TIMER_LIBS=-ltimer_s
fi
MOZ_TIMER_LIBS=-ltimer_s
dnl ========================================================
dnl =
dnl = End MOZ_TIMER_LIBS