Ignore:
Timestamp:
2000-02-29T11:47:41+13:00 (24 years ago)
Author:
sjboddie
Message:

modified configuration to check for crypt library

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/configure.in

    r794 r986  
    6565dnl Replace `main' with a function in -lm:
    6666AC_CHECK_LIB(m, main)
    67 dnl Replace `main' with a function in -lstdc:
    68 AC_CHECK_LIB(stdc, main)
     67dnl Replace `main' with a function in -lstdc++:
     68AC_CHECK_LIB(stdc++, main)
     69dnl Replace `main' with a function in -lcrypt:
     70AC_CHECK_LIB(crypt, main)
     71
    6972
    7073dnl Checks for header files.
     
    245248
    246249
    247 
    248 
Note: See TracChangeset for help on using the changeset viewer.