diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2009-08-18 15:49:23 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2009-08-18 15:49:23 -0400 |
commit | 8f6e589aaab62f384c6c8dbc4d0087147bc22237 (patch) | |
tree | 84f31031e9ec8b30fbae748a484d06e2ebfdb410 /configure.in | |
parent | a90b692a43bc94a7d204ff36422e3b0b3c5ba27d (diff) | |
download | pango-8f6e589aaab62f384c6c8dbc4d0087147bc22237.tar.gz |
Bug 592194 - Fix missing _SC_PAGE_SIZE macro
Autoconfiscate a simple call to mprotect() even more.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index f5c936d2..4e798b15 100644 --- a/configure.in +++ b/configure.in @@ -139,6 +139,7 @@ AC_LANG_RESTORE # AC_PROG_CXX +AC_CHECK_FUNCS(mprotect sysconf getpagesize) AC_CHECK_HEADERS(unistd.h sys/mman.h) # Make sure we don't link to libstdc++ (needs de-gcc-fication) |