OSSP CVS Repository

ossp - Check-in [3656]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 3656
Date: 2003-Oct-28 20:47:09 (local)
2003-Oct-28 19:47:09 (UTC)
User:thl
Branch:
Comment: simplify case construct and prepare for post-Solaris 10
Tickets:
Inspections:
Files:
ossp-pkg/fsl/fsl.ac      1.7 -> 1.8     1 inserted, 4 deleted

ossp-pkg/fsl/fsl.ac 1.7 -> 1.8

--- fsl.ac       2003/10/28 15:46:39     1.7
+++ fsl.ac       2003/10/28 19:47:09     1.8
@@ -45,10 +45,7 @@
 fi
 AC_MSG_RESULT([$PLATFORM])
 case $PLATFORM in
-    *-*-solaris2.[[6-9]]* )
-        AC_DEFINE(HAVE_VSYSLOG_USVALIST, 1, [vsyslog(3) uses __va_list])
-        ;;
-    *-*-solaris2.10* )
+    *-*-solaris2.[[6-9]]* | *-*-solaris2.1[[0-9]] )
         AC_DEFINE(HAVE_VSYSLOG_USVALIST, 1, [vsyslog(3) uses __va_list])
         ;;
     *-*-osf* )

CVSTrac 2.0.1