diff options
author | Matthias Clasen <mclasen@redhat.com> | 2014-11-30 23:43:07 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2014-11-30 23:43:52 -0500 |
commit | 32e8c39ffdba2b5c106aaeaefc4a71816ad20f4f (patch) | |
tree | 8e40d7d31f337dc6be2c70a347886456e80d10d0 /configure.ac | |
parent | 9e1187135ec61c5f035663fa50620592214abffe (diff) | |
download | gtk+-32e8c39ffdba2b5c106aaeaefc4a71816ad20f4f.tar.gz |
Move print preview command to gtksettings.c
Having this in the source seems more appropriate.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 58163d84b8..6546fbe7d9 100644 --- a/configure.ac +++ b/configure.ac @@ -399,7 +399,6 @@ if test "x$enable_quartz_backend" = xyes; then # Pull in gio-unix for GDesktopAppInfo usage, see at least # gdkapplaunchcontext-x11.c have_gio_unix=yes - else AM_CONDITIONAL(USE_QUARTZ, false) fi |