hal ChangeLog,1.533,1.534 configure.in,1.82,1.83
David Zeuthen
david at freedesktop.org
Tue Jun 21 10:02:08 PDT 2005
Update of /cvs/hal/hal
In directory gabe:/tmp/cvs-serv32027
Modified Files:
ChangeLog configure.in
Log Message:
2005-06-21 David Zeuthen <davidz at redhat.com>
* configure.in: This little patch fixes the configure.in file in
order to allow non-Linux machines to execute the whole configure
script. Patch from Alvaro Lopez Ortega <alvaro at sun.com>.
Index: ChangeLog
===================================================================
RCS file: /cvs/hal/hal/ChangeLog,v
retrieving revision 1.533
retrieving revision 1.534
diff -u -d -r1.533 -r1.534
--- ChangeLog 21 Jun 2005 16:57:20 -0000 1.533
+++ ChangeLog 21 Jun 2005 17:02:06 -0000 1.534
@@ -1,5 +1,11 @@
2005-06-21 David Zeuthen <davidz at redhat.com>
+ * configure.in: This little patch fixes the configure.in file in
+ order to allow non-Linux machines to execute the whole configure
+ script. Patch from Alvaro Lopez Ortega <alvaro at sun.com>.
+
+2005-06-21 David Zeuthen <davidz at redhat.com>
+
* .cvsignore: update this and add a bunch of other .cvsignore files.
Patch from William Jon McCann <mccannwj at pha.jhu.edu>.
Index: configure.in
===================================================================
RCS file: /cvs/hal/hal/configure.in,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -d -r1.82 -r1.83
--- configure.in 23 May 2005 16:31:07 -0000 1.82
+++ configure.in 21 Jun 2005 17:02:06 -0000 1.83
@@ -285,7 +285,13 @@
], have_size64=yes, have_size64=no)
AC_MSG_RESULT($have_size64)
if test x$have_size64 = xno; then
- AC_MSG_ERROR([BLKGETSIZE64 is not defined])
+ case "$host" in
+ *-*-linux*)
+ AC_MSG_ERROR([BLKGETSIZE64 is not defined])
+ ;;
+ *)
+ ;;
+ esac
fi
# DocBook Documentation
More information about the hal-commit
mailing list