ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/libukcprog/configure.in
(Generate patch)

Comparing projects/libukcprog/configure.in (file contents):
Revision 1.1 by tdb, Sat Mar 29 16:30:31 2003 UTC vs.
Revision 1.2 by tdb, Sat May 3 13:14:20 2003 UTC

# Line 26 | Line 26 | AC_HEADER_STDC
26   # Checks for typedefs, structures, and compiler characteristics
27   AC_C_CONST
28  
29 + # Figure out details about the host - we need the OS
30 + AC_CANONICAL_HOST
31 +
32 + # On Slaris add some LIBS to make linking against libukcprog easier
33 + case $host_os in
34 + solaris2.*)
35 +        LIBS="$LIBS -lnsl -lsocket"
36 +        ;;
37 + esac
38 +
39   # And finish by changing these files
40   AC_CONFIG_FILES([Makefile src/Makefile doc/Makefile])
41  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines