spectrum analyzer by Metageek LLC, http://www.metageek.net/ WWW: http://www.kismetwireless.net/wispy.shtml PR: ports/106667 Submitted by: Henrik Brix Andersen <henrik at brixandersen.dk>
22 lines
652 B
Text
22 lines
652 B
Text
--- 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
|