mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 04:22:34 +03:00
* configure.ac: grantpt is only available with -D_XOPEN_SOURCE
or -D_GNU_SOURCE under Linux.
This commit is contained in:
parent
9e27c8703a
commit
bc432cb01e
@ -1,3 +1,8 @@
|
||||
2004-09-04 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* configure.ac: grantpt is only available with -D_XOPEN_SOURCE
|
||||
or -D_GNU_SOURCE under Linux.
|
||||
|
||||
2004-09-04 Pavel S. Shirshov <pavelsh@mail.ru>
|
||||
|
||||
* HACKING: Add to section "Programming Tips" g_free tip.
|
||||
|
@ -142,6 +142,9 @@ aux*)
|
||||
LIBS="$LIBS -lposix"
|
||||
AC_DEFINE(_POSIX_SOURCE)
|
||||
;;
|
||||
linux*)
|
||||
AC_DEFINE(_GNU_SOURCE, 1, [Define to request GNU feature set on Linux])
|
||||
;;
|
||||
esac
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user