]> xenbits.xen.org Git - xenclient/ioemu.git/commitdiff
add cc definition parameters to configure
authorroot <root@debiantest.testdomain>
Wed, 25 Nov 2009 06:42:03 +0000 (16:42 +1000)
committerroot <root@debiantest.testdomain>
Wed, 25 Nov 2009 06:42:03 +0000 (16:42 +1000)
xen-setup

index 8ca00199c326fe15fd0dc0f4af28c555fa2a687d..4b63ae05f88ea0574c1083e3c286969323b4c7f3 100755 (executable)
--- a/xen-setup
+++ b/xen-setup
@@ -9,7 +9,7 @@ rm -f config-host.mak
 
 if test -f config-host.h; then mv config-host.h config-host.h~; fi
 
-./configure --disable-gfx-check --disable-curses --disable-slirp "$@" --prefix=/usr
+./configure --disable-gfx-check --disable-curses --disable-slirp "$@" --prefix=/usr --cc=$CC
 
 target=i386-dm