support for solaris 2 on i386 in configure.in
This commit is contained in:
		
							parent
							
								
									4fbb8e217f
								
							
						
					
					
						commit
						5b10faa3a1
					
				|  | @ -40,3 +40,5 @@ Reported by Lewis Girod 12 Dec 95. Fixed by bdc 26 Sept 96. | |||
| "make clean" didn't get the .o's in scsh/machine | ||||
| Reported by Kevin Esler 2 April 96. Fixed by bdc 26 Sept 96. | ||||
| 
 | ||||
| support for Solaris 2 on i386 in configure.in | ||||
| Reported by Lutz Euler on 11 Jul 96. Fixed by bdc 26 Sept 96. | ||||
|  |  | |||
|  | @ -296,8 +296,8 @@ case "$host" in | |||
|    dir=sunos | ||||
|   ;; | ||||
|    | ||||
|   ## Solaris | ||||
|   sparc*-sun-solaris* ) | ||||
|   ## Solaris - Sparc and i386 | ||||
|   *-*-solaris* ) | ||||
|     dir=solaris | ||||
|     AC_DEFINE(HAVE_NLIST) | ||||
|   ;; | ||||
|  | @ -315,7 +315,7 @@ esac | |||
| /bin/rm -f $srcdir/scsh/machine | ||||
| ln -s $srcdir/$dir $srcdir/scsh/machine | ||||
| 
 | ||||
| AC_CHECK_LIB(m, sqrt(0.0) + t) | ||||
| AC_CHECK_LIB(m, sqrt) | ||||
| AC_CHECK_LIB(gen, pathfind) | ||||
| AC_CHECK_LIB(nsl, gethostbyaddr) | ||||
| AC_CHECK_LIB(socket, socket) | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 bdc
						bdc