diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-08-02 17:22:19 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-08-02 17:22:19 +0300 |
commit | d5fd6bd3571a519784c98055b75807554ed0f47f (patch) | |
tree | d70e79dccc325b5a81637abe03e4a7954df19043 /configure.ac | |
parent | e22e166a5defab50c8d4c0b877f3955d4c1a76ae (diff) |
test_unix_quickstarter is unused
Change-Id: Ie11b97f52832f8f04f8243f4d6c0f18b3954253f
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index f348f1389f72..af83832ded7a 100644 --- a/configure.ac +++ b/configure.ac @@ -411,7 +411,6 @@ linux-gnu*|k*bsd*-gnu*) test_kde=yes test_kde4=yes test_freetype=yes - test_unix_quickstarter=yes _os=Linux ;; @@ -585,7 +584,6 @@ linux-android*) test_kde4=no test_randr=no test_xrender=no - test_unix_quickstarter=no _os=Android if test -z "$with_android_ndk"; then |