Make sure isblank is not a macro, it will have failed the configure

check earlier.
This commit is contained in:
joerg 2017-01-08 21:34:23 +00:00
parent f896811791
commit c1b5cff449
1 changed files with 3 additions and 1 deletions

View File

@ -363,8 +363,10 @@ fi
[ ${HAVE_GETSUBOPT} -eq 0 ] && \
echo "extern int getsubopt(char **, char * const *, char **);"
[ ${HAVE_ISBLANK} -eq 0 ] && \
if [ ${HAVE_ISBLANK} -eq 0 ]; then
echo "#undef isblank"
echo "extern int isblank(int);"
fi
[ ${HAVE_MKDTEMP} -eq 0 ] && \
echo "extern char *mkdtemp(char *);"