mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
Another Motif-specific tweak. Don't worry about -lXpm anymore.
This commit is contained in:
parent
4168004b6a
commit
29f2711807
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user