Ver Fonte

Not picking up solaris systems correctly for check_dhcp. Only
affected SunStudio compiles of check_dhcp (1890260 - Rob Windsor)


git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2003 f882894a-f735-0410-b71e-b25c423dba1c

Ton Voon há 17 anos atrás
pai
commit
52b03be7bf
2 ficheiros alterados com 3 adições e 2 exclusões
  1. 1 0
      THANKS.in
  2. 2 2
      configure.in

+ 1 - 0
THANKS.in

@@ -234,3 +234,4 @@ Harald Jenny
 Matthias Urlichs
 Jan Wagner
 Christian Schneemann
+Rob Windsor

+ 2 - 2
configure.in

@@ -1531,9 +1531,9 @@ case $host in
 		AC_DEFINE(__bsd__,1,[bsd specific code in check_dhcp.c])
 	;;
 	*linux*)
-		AC_DEFINE(__linux__,1,[sun specific code in check_dhcp.c])
+		AC_DEFINE(__linux__,1,[linux specific code in check_dhcp.c])
 	;;
-	*sun* | solaris*)
+	*sun* | *solaris*)
 		AC_DEFINE(__sun__,1,[sun specific code in check_dhcp.c])
 	;;
 	*hpux*)