aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2005-12-10 11:11:12 +0000
committerDaniel Veillard <veillard@src.gnome.org>2005-12-10 11:11:12 +0000
commit6a0baa0cd89b402cdfbb63e9c40f291ebd191f1d (patch)
treeae52209e948d18cae432e347012b7265177e9daf /configure.in
parentffe47feb2725849a6eb47299af87548fa0f52d4f (diff)
downloadandroid_external_libxml2-6a0baa0cd89b402cdfbb63e9c40f291ebd191f1d.tar.gz
android_external_libxml2-6a0baa0cd89b402cdfbb63e9c40f291ebd191f1d.tar.bz2
android_external_libxml2-6a0baa0cd89b402cdfbb63e9c40f291ebd191f1d.zip
fixed a number of warnings shown by HP-UX compiler and reported by Rick
* HTMLparser.c configure.in parserInternals.c runsuite.c runtest.c testapi.c xmlschemas.c xmlschemastypes.c xmlstring.c: fixed a number of warnings shown by HP-UX compiler and reported by Rick Jones Daniel
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index f3af76ef..5aa8ea83 100644
--- a/configure.in
+++ b/configure.in
@@ -589,7 +589,7 @@ dnl DEC : Enable NaN/Inf
dnl
if test "${GCC}" != "yes" ; then
case "${host}" in
- *-*-hpux* )
+ hppa*-*-hpux* )
CFLAGS="${CFLAGS} -Wp,-H30000"
;;
*-dec-osf* )