Mon Dec 6 14:46:15 PST 1999

(KainX)

Sorry folks, forgot this part.  My bad.


SVN revision: 1519
This commit is contained in:
Michael Jennings 1999-12-06 17:59:12 +00:00
parent 11e876b0a0
commit a3453dbdfd
2 changed files with 9 additions and 0 deletions

View File

@ -1419,3 +1419,10 @@ Mon Dec 6 14:31:34 PST 1999
Applied Tom's patch to E-Slides to support maintaining the aspect ratio when
displaying images in the epplet window. Also cleaned up the E-MoonClock code
and set the buffer size to 1024 so that everyone will hush. =)
-------------------------------------------------------------------------------
Mon Dec 6 14:46:15 PST 1999
(KainX)
Sorry folks, forgot this part. My bad.

View File

@ -162,6 +162,8 @@ if test "$IMLIB_CONFIG" = "no"; then
fi
AC_CHECK_LIB(kstat, kstat_open, LIBS="$LIBS -lkstat")
AC_MSG_CHECKING(for Linux)
if test "`uname -s`" != "Linux"; then
AC_MSG_RESULT(no)