remove hack

remove hack
This commit is contained in:
Andrés 2015-03-20 20:08:56 -05:00
parent 614008b20c
commit af6ce6c890

View File

@ -1062,8 +1062,8 @@ if [ "${PLATFORM}" = "MINGW64" ] || [ "${PLATFORM}" = "MINGW32" ] && [ "${RA}" =
## hack, remove when the configure script has been fixed
grep -v "HAVE_SOCKET_LEGACY" config.h > temp && mv temp config.h
grep -v "HAVE_SOCKET_LEGACY" config.mk > temp && mv temp config.mk
#grep -v "HAVE_SOCKET_LEGACY" config.h > temp && mv temp config.h
#grep -v "HAVE_SOCKET_LEGACY" config.mk > temp && mv temp config.mk
echo "building..."