Skip to content

Commit

Permalink
Add AC_USE_SYSTEM_EXTENSIONS to configure.in.
Browse files Browse the repository at this point in the history
Requires follow on patches for correctness and robustness.
  • Loading branch information
kev009 committed Dec 23, 2010
1 parent 076680a commit 1fa7dbe
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ if test "$prefix" = "NONE"; then
prefix="/usr/local"
fi

dnl Try and get a full POSIX environment on obscure systems
ifdef([AC_USE_SYSTEM_EXTENSIONS], [
AC_USE_SYSTEM_EXTENSIONS
], [
AC_AIX
AC_MINIX
])

dnl Checks for programs.
AC_PROG_CC
AC_PROG_INSTALL
Expand Down

0 comments on commit 1fa7dbe

Please sign in to comment.