]> git.saurik.com Git - apt.git/commit - CMake/config.h.in
CMake: Check for ptsname_r() again
authorJulian Andres Klode <jak@debian.org>
Mon, 8 Aug 2016 12:56:53 +0000 (14:56 +0200)
committerJulian Andres Klode <jak@debian.org>
Wed, 10 Aug 2016 14:17:18 +0000 (16:17 +0200)
commit8c1dbbef35bea4082eacfe4e626e7726b9e84349
tree4912898da8a1e825b5162394cb4d3254196601c2
parent3093c60f4995c4b37ace3901951b9f244b6d416c
CMake: Check for ptsname_r() again

This was dropped in autotools as I found no use of the HAVE_PTSNAME_R
macro. Turns out it was typoed as HAVE_PTS_NAME_R. Fix the #ifdef and
add checks to CMake for it.

Closes: #833674
CMake/config.h.in
CMakeLists.txt
apt-pkg/deb/dpkgpm.cc