Another Motif-specific tweak. Don't worry about -lXpm anymore.

This commit is contained in:
briano%netscape.com 1999-05-12 07:13:24 +00:00
Родитель 538ef6fa2a
Коммит b2bfe06bee
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -456,7 +456,8 @@ if test "$no_x" != "yes"; then
MOTIF_STATIC_FLAGS=`${detect_motif} -sf`
MOTIF_DYNAMIC_FLAGS=`${detect_motif} -df`
MOTIF_DYNAMIC_PATHS=`${detect_motif} -dp`
MOTIF_REQUIRES_XPM=`${detect_motif} -xpm`
dnl MOTIF_REQUIRES_XPM=`${detect_motif} -xpm`
MOTIF_REQUIRES_XPM="False"
${srcdir}/config/mkdetect/detect_motif.sh --cleanup
fi