From 85f3b5ebb879e611ffbd823d6ff7b3e2ce1cd936 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Fri, 7 Jul 2000 04:10:38 +0000 Subject: make pthreads not required again, since they aren't, and remove * configure.in: make pthreads not required again, since they aren't, and remove widgets/e-toolbar/Makefile from AC_OUTPUT since that dir doesn't exist any more. svn path=/trunk/; revision=3939 --- ChangeLog | 6 ++++++ configure.in | 11 +++++------ 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index dbe2c7807e..de3c44fac6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2000-07-07 Dan Winship + + * configure.in: make pthreads not required again, since they + aren't, and remove widgets/e-toolbar/Makefile from AC_OUTPUT since + that dir doesn't exist any more. + 2000-07-06 Chris Toshok * configure.in (AC_OUTPUT): remove the default_user Directories diff --git a/configure.in b/configure.in index e291d36f3c..2529377f74 100644 --- a/configure.in +++ b/configure.in @@ -165,17 +165,17 @@ dnl FIXME: support more thread types, pth at least GNOME_PTHREAD_CHECK -if test "x$PTHREAD_LIB" = "x" ; then - AC_MSG_ERROR([POSIX threads are currently required for Evolution]) -fi +dnl if test "x$PTHREAD_LIB" = "x" ; then +dnl AC_MSG_ERROR([POSIX threads are currently required for Evolution]) +dnl fi dnl dnl Notice that this is a hack, and we wont be able to use this forever, but dnl at least for some time dnl -THREADS_LIBS="$PTHREAD_LIB `glib-config --libs gthread`" -THREADS_CFLAGS="`glib-config --cflags gthread`" +dnl THREADS_LIBS="$PTHREAD_LIB `glib-config --libs gthread`" +dnl THREADS_CFLAGS="`glib-config --cflags gthread`" AC_SUBST(THREADS_LIBS) AC_SUBST(THREADS_CFLAGS) @@ -474,7 +474,6 @@ widgets/Makefile widgets/e-paned/Makefile widgets/e-table/Makefile widgets/e-text/Makefile -widgets/e-toolbar/Makefile widgets/meeting-time-sel/Makefile widgets/misc/Makefile widgets/shortcut-bar/Makefile -- cgit v1.2.3