diff options
author | Joel Becker <jlbec@src.gnome.org> | 1998-10-26 03:12:19 +0000 |
---|---|---|
committer | Joel Becker <jlbec@src.gnome.org> | 1998-10-26 03:12:19 +0000 |
commit | 4dce69399aff681ff59b311f6693e92bd79b0bfa (patch) | |
tree | 25acc0eaf148f38bbd1a53ab37390b251bd27209 /autogen.sh | |
parent | 0d214799be3daae82e9ba41ab65b1d52460a280e (diff) | |
download | gtk+-4dce69399aff681ff59b311f6693e92bd79b0bfa.tar.gz |
fixed xlc stuff
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh index 003e043aba..d2c55586db 100755 --- a/autogen.sh +++ b/autogen.sh @@ -46,7 +46,7 @@ if test -z "$*"; then fi case $CC in -xlc | *lcc | *lcc\ *) am_opt=--include-deps;; +*xlc | *xlc\ * | *lcc | *lcc\ *) am_opt=--include-deps;; esac aclocal $ACLOCAL_FLAGS |