mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
added xlc to the list of compilers that call automake with --include-deps
This commit is contained in:
parent
16786ffbf7
commit
edebc6cf21
@ -46,7 +46,7 @@ if test -z "$*"; then
|
||||
fi
|
||||
|
||||
case $CC in
|
||||
*lcc | *lcc\ *) am_opt=--include-deps;;
|
||||
xlc | *lcc | *lcc\ *) am_opt=--include-deps;;
|
||||
esac
|
||||
|
||||
aclocal $ACLOCAL_FLAGS
|
||||
|
Loading…
Reference in New Issue
Block a user