Enlightenment CVS committal

Author  : mej
Project : eterm
Module  : Eterm

Dir     : eterm/Eterm


Modified Files:
        ChangeLog configure.in 


Log Message:
Wed Jan  7 15:08:24 2004                        Michael Jennings (mej)

Disable build-time check for screen.

===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/ChangeLog,v
retrieving revision 1.371
retrieving revision 1.372
diff -u -3 -r1.371 -r1.372
--- ChangeLog   22 Dec 2003 20:57:11 -0000      1.371
+++ ChangeLog   7 Jan 2004 20:08:42 -0000       1.372
@@ -5156,3 +5156,7 @@
 
 Backported changes to menu generation.
 ----------------------------------------------------------------------
+Wed Jan  7 15:08:24 2004                        Michael Jennings (mej)
+
+Disable build-time check for screen.
+----------------------------------------------------------------------
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/configure.in,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -3 -r1.77 -r1.78
--- configure.in        10 Dec 2003 03:27:02 -0000      1.77
+++ configure.in        7 Jan 2004 20:08:42 -0000       1.78
@@ -1,4 +1,4 @@
-dnl# $Id: configure.in,v 1.77 2003/12/10 03:27:02 mej Exp $
+dnl# $Id: configure.in,v 1.78 2004/01/07 20:08:42 mej Exp $
 
 PATH=$PATH:/usr/bin:/bin:/usr/local/bin:/usr/ccs/bin:/usr/contrib/bin:/usr/ucb/bin
 export PATH
@@ -364,17 +364,19 @@
 )
 AC_MSG_CHECKING(for Escreen support)
 AC_ARG_ENABLE(escreen,
-[  --enable-escreen        enable Eterm's built-in screen support], [
-            if test "$enableval" = "yes"; then 
-              AC_CHECK_PROG(FOUND_SCREEN, screen, screen)
-              if test ! -z "$FOUND_SCREEN"; then
-                AC_DEFINE(NS_HAVE_SCREEN,1,[Support the GNU screen text windowing 
system?])
-              else
-                AC_WARN(*** screen support has been disabled because screen was not 
found ***)
-              fi
+[  --disable-escreen       disable Eterm's built-in screen support], [
+            if test "$enableval" = "yes"; then
+              FOUND_SCREEN=1
+              AC_DEFINE(NS_HAVE_SCREEN,1,[Support the GNU screen text windowing 
system?])
+              AC_MSG_RESULT(yes)
             else
               AC_MSG_RESULT(no)
-            fi], AC_MSG_RESULT(no)
+            fi
+          ], [
+            FOUND_SCREEN=1
+            AC_DEFINE(NS_HAVE_SCREEN,1,[Support the GNU screen text windowing 
system?])
+            AC_MSG_RESULT(yes)
+          ]
 )
 AC_MSG_CHECKING(for Etwin support)
 AC_ARG_ENABLE(etwin,




-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to