Adding --enable-toolbar-dd toolbar drag & drop option. a=cyeh
git-svn-id: svn://10.0.0.236/trunk@38720 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -84,6 +84,7 @@ MOZ_BUILD_XPFE = @MOZ_BUILD_XPFE@
|
||||
MOZ_NATIVE_NSPR = @MOZ_NATIVE_NSPR@
|
||||
|
||||
NECKO = @NECKO@
|
||||
TOOLBAR_DD = @TOOLBAR_DD@
|
||||
|
||||
# Should the extra CFLAGS only be added in Makefile.ins that need them?
|
||||
OS_CFLAGS = @CFLAGS@
|
||||
|
||||
@@ -1919,6 +1919,11 @@ MOZ_ARG_ENABLE_BOOL(necko,
|
||||
[ --enable-necko Enable NECKO, the new network library.],
|
||||
NECKO=1)
|
||||
|
||||
dnl Toolbar drag & drop
|
||||
MOZ_ARG_ENABLE_BOOL(toolbar_dd,
|
||||
[ --enable-toolbar-dd Enable toolbar drag and drop.],
|
||||
AC_DEFINE(TOOLBAR_DD))
|
||||
|
||||
dnl commenting this out
|
||||
dnl according to waterson it is obsolete.
|
||||
dnl I'll remove it once I hear back from jband.
|
||||
@@ -1998,6 +2003,7 @@ AC_SUBST(MOZ_WIDGET_TOOLKIT)
|
||||
AC_SUBST(MOZ_GFX_TOOLKIT)
|
||||
AC_SUBST(MOZ_UPDATE_XTERM)
|
||||
AC_SUBST(NECKO)
|
||||
AC_SUBST(TOOLBAR_DD)
|
||||
AC_SUBST(MOZ_SECURITY)
|
||||
dnl AC_SUBST(MOZ_NETCAST)
|
||||
AC_SUBST(MOZ_JAVA)
|
||||
|
||||
Reference in New Issue
Block a user