diff options
Diffstat (limited to 'net-mgmt/spectools/files/patch-configure')
-rw-r--r-- | net-mgmt/spectools/files/patch-configure | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/net-mgmt/spectools/files/patch-configure b/net-mgmt/spectools/files/patch-configure deleted file mode 100644 index 41b13addb85b..000000000000 --- a/net-mgmt/spectools/files/patch-configure +++ /dev/null @@ -1,22 +0,0 @@ ---- configure.in.orig Sun Nov 19 18:04:52 2006 -+++ configure.in Sun Nov 19 18:01:44 2006 -@@ -204,7 +204,7 @@ - GTKLIBS="$LIBS" - LIBS="$olfl" - -- if test "$GTK2" == "yes"; then -+ if test "$GTK2" = "yes"; then - AC_DEFINE(HAVE_LIB_GTK2, 1, we have libgtk2.x) - else - AC_MSG_WARN(*** GTK1 being used. GTK2 is preferred and GTK1 support may vanish in future releases ***) ---- configure.orig Sun Nov 19 18:04:45 2006 -+++ configure Sun Nov 19 18:01:18 2006 -@@ -4185,7 +4185,7 @@ - GTKLIBS="$LIBS" - LIBS="$olfl" - -- if test "$GTK2" == "yes"; then -+ if test "$GTK2" = "yes"; then - - cat >>confdefs.h <<\_ACEOF - #define HAVE_LIB_GTK2 1 |