diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2010-09-19 15:32:15 +0900 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2010-09-19 15:32:15 +0900 |
commit | c56e896b72c73fab69cc88678ef3c09cddc499ce (patch) | |
tree | 3e3171966714596da4765c0721a338330a5deb1d /bootstrap-configure | |
parent | c2e680db0b8e9ed4a28cb5638b370dca75379e79 (diff) | |
download | connman-c56e896b72c73fab69cc88678ef3c09cddc499ce.tar.gz connman-c56e896b72c73fab69cc88678ef3c09cddc499ce.tar.bz2 connman-c56e896b72c73fab69cc88678ef3c09cddc499ce.zip |
Add skeleton for PAC runner support
Diffstat (limited to 'bootstrap-configure')
-rwxr-xr-x | bootstrap-configure | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap-configure b/bootstrap-configure index 10456885..bda97086 100755 --- a/bootstrap-configure +++ b/bootstrap-configure @@ -23,6 +23,7 @@ fi --enable-ofono=builtin \ --enable-dhclient=builtin \ --enable-openconnect=builtin \ + --enable-pacrunner=builtin \ --enable-dnsproxy=builtin \ --enable-google=builtin \ --enable-meego=builtin \ |