From: Joakim Verona Date: Wed, 15 Aug 2012 19:49:40 +0000 (+0200) Subject: upstream X-Git-Tag: emacs-25.0.90~3286 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b648c26ec642a1dc58c0bd7e59d6011b964dbe37;p=emacs.git upstream --- b648c26ec642a1dc58c0bd7e59d6011b964dbe37 diff --cc autogen/configure index 919204c5da1,26da95952fc..b7cee129757 --- a/autogen/configure +++ b/autogen/configure @@@ -4304,6 -4121,14 +4316,17 @@@ els fi ++<<<<<<< TREE ++======= + # Check whether --with-gsettings was given. + if test "${with_gsettings+set}" = set; then : + withval=$with_gsettings; + else + with_gsettings=$with_features + fi + + ++>>>>>>> MERGE-SOURCE # Check whether --with-selinux was given. if test "${with_selinux+set}" = set; then : withval=$with_selinux; @@@ -7998,7 -7882,30 +8022,34 @@@ $as_echo "no" >&6; fi ++<<<<<<< TREE ++ ++======= + if test "X$PAXCTL" != X; then + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether binaries have a PT_PAX_FLAGS header" >&5 + $as_echo_n "checking whether binaries have a PT_PAX_FLAGS header... " >&6; } + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + int + main () + { + + ; + return 0; + } + _ACEOF + if ac_fn_c_try_link "$LINENO"; then : + if $PAXCTL -v conftest$EXEEXT >/dev/null 2>&1; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 + $as_echo "yes" >&6; } + else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 + $as_echo "no" >&6; }; PAXCTL=""; fi + fi + rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext + fi + fi ++>>>>>>> MERGE-SOURCE ## Need makeinfo >= 4.7 (?) to build the manuals. # Extract the first word of "makeinfo", so it can be a program name with args. @@@ -22317,6 -23225,8 +22420,11 @@@ f ++<<<<<<< TREE ++======= + + ++>>>>>>> MERGE-SOURCE if test $gl_cv_have_include_next = yes; then gl_cv_next_unistd_h='<'unistd.h'>' else diff --cc src/dispnew.c index fc981eaa7c1,b82761f8cad..506e174850e --- a/src/dispnew.c +++ b/src/dispnew.c @@@ -16,7 -16,11 +16,10 @@@ GNU General Public License for more det You should have received a copy of the GNU General Public License along with GNU Emacs. If not, see . */ - #include + + #define DISPEXTERN_INLINE EXTERN_INLINE + #include #include #include