Module Name: src
Committed By: gson
Date: Tue Aug 14 13:21:52 UTC 2018
Modified Files:
src/external/bsd/mdocml/dist: configure
Log Message:
remove stray "fi" to unbreak build
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/external/bsd/mdocml/dist/configure
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/bsd/mdocml/dist/configure
diff -u src/external/bsd/mdocml/dist/configure:1.11 src/external/bsd/mdocml/dist/configure:1.12
--- src/external/bsd/mdocml/dist/configure:1.11 Tue Aug 14 08:53:06 2018
+++ src/external/bsd/mdocml/dist/configure Tue Aug 14 13:21:52 2018
@@ -510,7 +510,6 @@ fi
[ ${HAVE_STRSEP} -eq 0 ] && \
echo "extern char *strsep(char **, const char *);"
-fi
[ ${HAVE_STRTONUM} -eq 0 ] && \
echo "extern long long strtonum(const char *, long long, long long, const char **);"