Develop and Download Open Source Software

Browse CVS Repository

Diff of /satellite/satellite4/satellite4-config.in

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1 by orrisroot, Wed Mar 31 08:15:05 2004 UTC revision 1.2 by orrisroot, Mon Sep 4 06:57:31 2006 UTC
# Line 43  if test $# -eq 0; then Line 43  if test $# -eq 0; then
43          usage 1 1>&2          usage 1 1>&2
44  fi  fi
45    
46    lib_libsl4=yes
47  lib_satellite=yes  lib_satellite=yes
48  lib_pthread=yes  lib_pthread=yes
49    
# Line 111  fi Line 112  fi
112  if test "$echo_libs" = "yes"; then  if test "$echo_libs" = "yes"; then
113          libsp=""          libsp=""
114          if test "$lib_satellite" = "yes"; then          if test "$lib_satellite" = "yes"; then
115                  libsp="-lsatellite"                  libsp="-lsatellite -lsl4"
116          fi          fi
117          libpth=""          libpth=""
118          if test "$lib_pthread" = "yes"; then          if test "$lib_pthread" = "yes"; then

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26