Updating branch refs/heads/master
         to 8a1670c4888db706b49b21c32d78786bf9ed2780 (commit)
       from b5178ab96dc4dd424f9ce884529a67e95731e145 (commit)

commit 8a1670c4888db706b49b21c32d78786bf9ed2780
Author: Nick Schermer <[email protected]>
Date:   Sat Mar 3 12:11:20 2007 +0000

        * configure.in.in, mousepad/Makefile.am: Remove the PCRE dependency.
          I should have removed this earier after some testing.
    
    (Old svn revision: 25070)

 ChangeLog            |    7 ++++++-
 configure.in.in      |    1 -
 mousepad/Makefile.am |    2 --
 3 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 15b27bb..940a971 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,9 @@
-2007-02-19     Nick Schermer <[email protected]>
+2007-03-03     Nick Schermer <[email protected]>
+
+       * configure.in.in, mousepad/Makefile.am: Remove the PCRE dependency.
+         I should have removed this earier after some testing.
+
+2007-03-03     Nick Schermer <[email protected]>
 
        * mousepad/mousepad-dialogs.{c,h}: New file for the dialogs
          so the mousepad-window file becomes more readable.
diff --git a/configure.in.in b/configure.in.in
index 2e629ec..dbf3aba 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -87,7 +87,6 @@ dnl ***********************************
 dnl *** Check for required packages ***
 dnl ***********************************
 XDT_CHECK_PACKAGE([EXO], [exo-0.3], [0.3.2])
-XDT_CHECK_PACKAGE([PCRE], [libpcre], [6.0])
 XDT_CHECK_PACKAGE([GLIB], [glib-2.0], [2.12.0])
 XDT_CHECK_PACKAGE([GTHREAD], [gthread-2.0], [2.12.0])
 XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.10.0])
diff --git a/mousepad/Makefile.am b/mousepad/Makefile.am
index 5f31e7c..4c76498 100644
--- a/mousepad/Makefile.am
+++ b/mousepad/Makefile.am
@@ -38,7 +38,6 @@ mousepad_SOURCES =                                            
        \
 
 mousepad_CFLAGS =                                                      \
        $(EXO_CFLAGS)                                                   \
-       $(PCRE_CFLAGS)                                                  \
        $(GTHREAD_CFLAGS)                                               \
        $(PLATFORM_CFLAGS)
 
@@ -49,7 +48,6 @@ mousepad_LDFLAGS =                                            
        \
 
 mousepad_LDADD =                                                       \
        $(EXO_LIBS)                                                     \
-       $(PCRE_LIBS)                                                    \
        $(GTHREAD_LIBS)
 
 if HAVE_DBUS
_______________________________________________
Xfce4-commits mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to