[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-core-devel
Subject:    konsole/kdesu/grantpty patch type thing.. ooops...
From:       Alex Zepeda <jazepeda () pacbell ! net>
Date:       2000-08-20 21:12:25
[Download RAW message or body]

I think this may be why people have been experiencing problems with
konsole (or some of them), and certainly it's needed to get FreeBSD to
play nice with the kdesu code.  And I've been using this for a while, and
with it kdesu works.

- alex

["configure.diffs" (text/plain)]

Index: configure.in.in
===================================================================
RCS file: /home/kde/kdebase/configure.in.in,v
retrieving revision 1.19
diff -u -r1.19 configure.in.in
--- configure.in.in	2000/07/30 02:16:50	1.19
+++ configure.in.in	2000/08/20 21:11:19
@@ -43,8 +43,12 @@
 	sys/sockio.h krb5/krb5.h rpc/rpc.h rpc/key_prot.h \
 	sys/m_wait.h ncurses.h paths.h login_cap.h syslog.h \
 	sys/wait.h sys/ucred.h sys/mount.h floatingpoint.h fstab.h mntent.h \
-	Alib.h libutil.h util.h)
+	Alib.h)
 
+dnl Checks for openpty and friends
+AC_CHECK_HEADERS(libutil.h util.h)
+AC_CHECK_FUNCS(openpty)
+AC_CHECK_LIB(util, openpty, [AC_DEFINE_UNQUOTED(HAVE_OPENPTY, 1, [Define if you have \
openpty in -lutil])])  
 dnl Checks for Alib on HP-UX (added by deller, Apr 29 1999)
 AC_CHECK_LIB(Alib, main, [LIBALIB="-lAlib"]) dnl HP-UX network audio server



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic