gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r9570 - in GNUnet/src/setup: . gtk


From: gnunet
Subject: [GNUnet-SVN] r9570 - in GNUnet/src/setup: . gtk
Date: Wed, 18 Nov 2009 02:22:57 -0700

Author: grothoff
Date: 2009-11-18 02:22:57 -0700 (Wed, 18 Nov 2009)
New Revision: 9570

Modified:
   GNUnet/src/setup/gnunet-setup.c
   GNUnet/src/setup/gtk/gconf.h
Log:
fixing menus if guile is missing

Modified: GNUnet/src/setup/gnunet-setup.c
===================================================================
--- GNUnet/src/setup/gnunet-setup.c     2009-11-18 09:07:20 UTC (rev 9569)
+++ GNUnet/src/setup/gnunet-setup.c     2009-11-18 09:22:57 UTC (rev 9570)
@@ -198,11 +198,17 @@
 
 static const char *INFO = "gnunet-setup [OPTIONS] config|generate-defaults"
 #if HAVE_DIALOG
-  "|menuconfig|wizard-curses"
+#if HAVE_GUILE
+  "|menuconfig"
 #endif
+  "|wizard-curses"
+#endif
 #if HAVE_GTK
-  "|gconfig|wizard-gtk"
+#if HAVE_GUILE
+  "|gconfig"
 #endif
+  "|wizard-gtk"
+#endif
 #if HAVE_QT
   "|wizard-qt"
 #endif
@@ -212,13 +218,18 @@
   "";
 
 static const char *INFO_CLIENT_ONLY =
-  "gnunet-setup [OPTIONS] config|generate-defaults"
+  "gnunet-setup [OPTIONS] config"
+#if HAVE_GUILE
+  "|generate-defaults"
+#endif
 #if HAVE_DIALOG
   "|menuconfig"
 #endif
 #if HAVE_GTK
+#if HAVE_GUILE
   "|gconfig"
 #endif
+#endif
   "";
 
 /**

Modified: GNUnet/src/setup/gtk/gconf.h
===================================================================
--- GNUnet/src/setup/gtk/gconf.h        2009-11-18 09:07:20 UTC (rev 9569)
+++ GNUnet/src/setup/gtk/gconf.h        2009-11-18 09:22:57 UTC (rev 9570)
@@ -20,7 +20,7 @@
 
 
 /**
- * @file conf/gconf.h
+ * @file setup/gconf/gconf.h
  * @brief GNUnet Setup
  * @author Nils Durner
  */





reply via email to

[Prev in Thread] Current Thread [Next in Thread]