]> git.eshelyaron.com Git - emacs.git/commit
Port to Ubuntu 16.10, which needs gcc -nopie
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 16 Oct 2016 23:25:47 +0000 (16:25 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 17 Oct 2016 06:16:32 +0000 (23:16 -0700)
commit99892eeec8990884ef38601f14038ec6dc227741
tree9ccfc7ebaddd75101ef3a1d417ceb38a223f907c
parentb73f4668ab685dfb690eced15b20ed47f90efccb
Port to Ubuntu 16.10, which needs gcc -nopie

* configure.ac (emacs_cv_prog_cc_no_pie): Rename from
emacs_cv_prog_cc_nopie.  All usages changed.  Check for -no-pie in
preference to -nopie (Bug#24682).  Backport from master.
configure.ac