diff options
author | Max Kellermann <max@duempel.org> | 2015-06-27 16:06:28 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2015-06-27 16:06:28 +0200 |
commit | ccdb94b06cd0288461ac64fbf2cdf662bdc49a18 (patch) | |
tree | 51c09082aa62e4dd60609e09534370f312382382 /android | |
parent | 6f7bfa71a99d118dbc1bd20ff60da8136deb4eaa (diff) | |
download | mpd-ccdb94b06cd0288461ac64fbf2cdf662bdc49a18.tar.gz mpd-ccdb94b06cd0288461ac64fbf2cdf662bdc49a18.tar.xz mpd-ccdb94b06cd0288461ac64fbf2cdf662bdc49a18.zip |
configure.ac: remove GLib option
Not used anymore.
Diffstat (limited to 'android')
-rwxr-xr-x | android/build.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/android/build.py b/android/build.py index 657c7b28b..024651e8f 100755 --- a/android/build.py +++ b/android/build.py @@ -425,7 +425,6 @@ configure = [ '--enable-silent-rules', - '--disable-glib', '--disable-icu', ] + configure_args |