Andrew Overholt ba91294
### Eclipse Workspace Patch 1.0
Andrew Overholt ba91294
#P org.eclipse.swt
Andrew Overholt ba91294
Index: Eclipse SWT PI/gtk/library/build.sh
Andrew Overholt ba91294
===================================================================
Andrew Overholt ba91294
RCS file: /cvsroot/eclipse/org.eclipse.swt/Eclipse SWT PI/gtk/library/build.sh,v
Andrew Overholt ba91294
retrieving revision 1.50
Andrew Overholt ba91294
diff -u -r1.50 build.sh
Andrew Overholt ba91294
--- Eclipse SWT PI/gtk/library/build.sh	23 Jan 2009 23:22:21 -0000	1.50
Andrew Overholt ba91294
+++ Eclipse SWT PI/gtk/library/build.sh	5 Mar 2009 20:41:43 -0000
Andrew Overholt ba91294
@@ -107,11 +107,11 @@
Andrew Overholt ba91294
 		export MOZILLA_LIBS
Andrew Overholt ba91294
 		MAKE_MOZILLA=make_mozilla
Andrew Overholt ba91294
 	elif [ x`pkg-config --exists libxul && echo YES` = "xYES" ]; then
Andrew Overholt ba91294
-		MOZILLA_INCLUDES=`pkg-config --cflags libxul`
Andrew Overholt ba91294
-		MOZILLA_LIBS=`pkg-config --libs libxul`
Andrew Overholt ba91294
-		export MOZILLA_INCLUDES
Andrew Overholt ba91294
-		export MOZILLA_LIBS
Andrew Overholt ba91294
-		MAKE_MOZILLA=make_mozilla
Andrew Overholt ba91294
+		XULRUNNER_INCLUDES=`pkg-config --cflags libxul`
Andrew Overholt ba91294
+		XULRUNNER_LIBS=`pkg-config --libs libxul`
Andrew Overholt ba91294
+		export XULRUNNER_INCLUDES
Andrew Overholt ba91294
+		export XULRUNNER_LIBS
Andrew Overholt ba91294
+		MAKE_MOZILLA=make_xulrunner
Andrew Overholt ba91294
 	else
Andrew Overholt ba91294
 		echo "None of the following libraries were found:  Mozilla/XPCOM, Firefox/XPCOM, or XULRunner/XPCOM"
Andrew Overholt ba91294
 		echo "    *** Mozilla embedding support will not be compiled."