diff options
-rw-r--r-- | fish/config.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fish/config.c b/fish/config.c index 66d28104..6c75969a 100644 --- a/fish/config.c +++ b/fish/config.c @@ -30,11 +30,11 @@ #include "options.h" +#ifdef HAVE_LIBCONFIG + static const char *home_filename = /* $HOME/ */ ".libguestfs-tools.rc"; static const char *etc_filename = "/etc/libguestfs-tools.conf"; -#ifdef HAVE_LIBCONFIG - /* Note that parse_config is called very early, before command line * parsing and before the verbose flag has been set. */ |