diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2009-06-12 04:43:25 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2009-06-12 04:43:25 +0200 |
commit | 40b63388060128580c3dafe814d7e195d3fbce5a (patch) | |
tree | b3ff2e1f19b12a35c30a427d9c8ab009a1b95b0a /bootstrap-configure | |
parent | 112fb5a3a5b64f2e0f6edd2acfe806868810b1e8 (diff) | |
download | connman-40b63388060128580c3dafe814d7e195d3fbce5a.tar.gz connman-40b63388060128580c3dafe814d7e195d3fbce5a.tar.bz2 connman-40b63388060128580c3dafe814d7e195d3fbce5a.zip |
Don't enable gtk-doc with bootstrap-configure
Diffstat (limited to 'bootstrap-configure')
-rwxr-xr-x | bootstrap-configure | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bootstrap-configure b/bootstrap-configure index cf46f2ae..541d6635 100755 --- a/bootstrap-configure +++ b/bootstrap-configure @@ -10,7 +10,6 @@ fi ./bootstrap && \ ./configure --enable-maintainer-mode \ - --enable-gtk-doc \ --enable-debug \ --prefix=/usr \ --mandir=/usr/share/man \ |