diff options
author | Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com> | 2012-09-05 20:43:40 +0200 |
---|---|---|
committer | Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com> | 2012-09-06 09:10:04 +0200 |
commit | 56c307824feb9175c0281a376f836955d810864b (patch) | |
tree | 1f67640525be8f9ef63250c52c7b906fa3681979 | |
parent | 9d207b1158a88cb9b88b935392b61dce515a573d (diff) |
configure: disable gnome-vfs with --enable-headless
We are not interested in desktop stuff but thanks!
Change-Id: I03d28ab0d3d2da5cafaebfce52c807bf0c956108
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index d2502c09fd58..1c5e6304c591 100644 --- a/configure.in +++ b/configure.in @@ -4064,6 +4064,7 @@ if test "$enable_headless" = "yes"; then test_unix_quickstarter=no test_cairo=no enable_librsvg=no + enable_gnome_vfs=no fi dnl check for cups support |