summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorJoel Becker <jlbec@src.gnome.org>1998-10-26 03:12:19 +0000
committerJoel Becker <jlbec@src.gnome.org>1998-10-26 03:12:19 +0000
commit4dce69399aff681ff59b311f6693e92bd79b0bfa (patch)
tree25acc0eaf148f38bbd1a53ab37390b251bd27209 /autogen.sh
parent0d214799be3daae82e9ba41ab65b1d52460a280e (diff)
downloadgdk-pixbuf-4dce69399aff681ff59b311f6693e92bd79b0bfa.tar.gz
fixed xlc stuff
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 003e043ab..d2c55586d 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