bb1357e923
read XML and XML-like data files in your application without requiring large non-standard libraries. Mini-XML only requires an ANSI C compatible compiler (GCC works, as do most vendors' ANSI C compilers) and a "make" program. PR: ports/67304 Submitted by: Osintsev Vladimir <oc@nm.ru>
16 lines
331 B
Text
16 lines
331 B
Text
--- configure.orig Fri May 21 05:10:33 2004
|
|
+++ configure Sat May 29 15:23:32 2004
|
|
@@ -3028,13 +3028,6 @@
|
|
fi
|
|
|
|
case "$uname" in
|
|
- *BSD* | Darwin*)
|
|
- # *BSD
|
|
- CAT1EXT="0"
|
|
- MAN1EXT="1"
|
|
- CAT3EXT="0"
|
|
- MAN3EXT="3"
|
|
- ;;
|
|
*)
|
|
# All others
|
|
CAT1EXT="1"
|