genius r720 - in trunk: . src



Author: jirka
Date: Mon Feb 16 02:05:17 2009
New Revision: 720
URL: http://svn.gnome.org/viewvc/genius?rev=720&view=rev

Log:

Sun Feb 15 20:05:05 2009  Jiri (George) Lebl <jirka 5z com>

	* configure.in, src/gnome-genius.c: small cleanup



Modified:
   trunk/ChangeLog
   trunk/configure.in
   trunk/src/gnome-genius.c

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Mon Feb 16 02:05:17 2009
@@ -181,11 +181,6 @@
 AC_SUBST(VICIOUS_CFLAGS)
 AC_SUBST(VICIOUS_LIBS)
 
-AC_CHECK_LIB(popt, poptGetArgs, [POPT_LIBS="-lpopt"],
-AC_MSG_ERROR([popt is required to build genius.
-You can download the latest version from ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/]))
-AC_SUBST(POPT_LIBS)
-
 dnl ******************************
 dnl More compiler warnings
 dnl ******************************

Modified: trunk/src/gnome-genius.c
==============================================================================
--- trunk/src/gnome-genius.c	(original)
+++ trunk/src/gnome-genius.c	Mon Feb 16 02:05:17 2009
@@ -4604,15 +4604,6 @@
 						      G_DIR_SEPARATOR_S,
 						      NULL);
 
-#if 0
-	program = gnome_program_init ("genius", VERSION, 
-				      LIBGNOMEUI_MODULE /* module_info */,
-				      argc, argv,
-				      GNOME_PARAM_APP_DATADIR, genius_datadir,
-				      /* GNOME_PARAM_POPT_TABLE, options, */
-				      NULL);
-#endif
-
 	gtk_init (&argc, &argv);
 	gnome_vfs_init ();
 	/* FIXME: handle errors */



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