seed r179 - in trunk: . libseed src



Author: hortont
Date: Sat Nov  8 01:26:59 2008
New Revision: 179
URL: http://svn.gnome.org/viewvc/seed?rev=179&view=rev

Log:
Check for readline, remove some unnecessary files.



Removed:
   trunk/libseed/Makefile.in
   trunk/src/Makefile.in
Modified:
   trunk/config.h.in
   trunk/configure.ac

Modified: trunk/config.h.in
==============================================================================
--- trunk/config.h.in	(original)
+++ trunk/config.h.in	Sat Nov  8 01:26:59 2008
@@ -24,6 +24,9 @@
 /* Define if your <locale.h> file defines LC_MESSAGES. */
 #undef HAVE_LC_MESSAGES
 
+/* have readline */
+#undef HAVE_LIBREADLINE
+
 /* Define to 1 if you have the <locale.h> header file. */
 #undef HAVE_LOCALE_H
 

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Sat Nov  8 01:26:59 2008
@@ -59,6 +59,11 @@
   AC_SUBST(FFI_CFLAGS)
 fi
 
+dnl readline
+AC_CHECK_LIB(readline, readline,
+    AC_DEFINE(HAVE_LIBREADLINE, 1, [have readline]),
+    AC_MSG_ERROR([readline not found]))
+
 PKG_CHECK_MODULES(LIBSEED, gobject-introspection-1.0 webkit-1.0)
 PKG_CHECK_MODULES(SEED, gobject-introspection-1.0 webkit-1.0)
 



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