From de016544e7fd243d7f922b06c7fd11aadd9f0324 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 5 Nov 2018 23:02:46 +0200 Subject: Don't default to only tango for iOS It doesn't have all the images that dialogs need, for instance the vcl/res/radio1.png. Change-Id: If7839fecb2358846b92d46a47cce3b97f7556711 --- configure.ac | 1 - 1 file changed, 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 7419886bcad8..f6ba4a013d94 100644 --- a/configure.ac +++ b/configure.ac @@ -664,7 +664,6 @@ darwin*) # Mac OS X or iOS enable_postgresql_sdbc=no enable_extension_integration=no enable_report_builder=no - with_theme="tango" with_ppds=no if test "$enable_ios_simulator" = "yes"; then host=x86_64-apple-darwin -- cgit