Bug 1278282 - remove old and commented mozconfig options r?lsalzman draft
authorSylvestre Ledru <sledru@mozilla.com>
Tue, 19 Dec 2017 12:03:37 +0100
changeset 714068 1b8daaaba377b9617cbae8915e0327e8ed51da21
parent 714067 624654f5d4d80667df6beee2894dbfba5bb42d52
child 714069 8fa2cec3a4704ea5590350b898dfe775c404d933
push id93835
push userbmo:sledru@mozilla.com
push dateThu, 21 Dec 2017 17:16:16 +0000
reviewerslsalzman
bugs1278282
milestone59.0a1
Bug 1278282 - remove old and commented mozconfig options r?lsalzman MozReview-Commit-ID: 2JN05MYRpc7
build/unix/mozconfig.gtk
--- a/build/unix/mozconfig.gtk
+++ b/build/unix/mozconfig.gtk
@@ -1,12 +1,8 @@
-# To do try builds with Gtk+2, uncomment the following line, and remove
-# everything after that.
-#ac_add_options --enable-default-toolkit=cairo-gtk2
-
 TOOLTOOL_DIR=${TOOLTOOL_DIR:-$topsrcdir}
 
 # $TOOLTOOL_DIR/gtk3 comes from tooltool, and must be included in the tooltool manifest.
 if [ -z "$PKG_CONFIG_LIBDIR" ]; then
   echo PKG_CONFIG_LIBDIR must be set >&2
   exit 1
 fi
 export PKG_CONFIG_SYSROOT_DIR="$TOOLTOOL_DIR/gtk3"