Changeset f9c43ae for configure.in


Ignore:
Timestamp:
Sep 21, 2002, 7:52:22 PM (22 years ago)
Author:
James M. Kretchmar <kretch@mit.edu>
Branches:
master, barnowl_perlaim, debian, owl, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
bde7714
Parents:
1583c90
Message:
Fixed up the normal scrolling code.  Now it should always
  land on a message, but it's still not optimal.
Added the variable 'smartstrip' which will strip kerberos
  instances out for the 'reply' command.
Added -R/usr/athena/lib to the build for Athena
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.in

    r5145235 rf9c43ae  
    2222AC_MSG_CHECKING(for /usr/athena/lib)
    2323if test -d /usr/athena/lib; then
    24         LDFLAGS=-L/usr/athena/lib\ ${LDFLAGS}
     24        LDFLAGS=-L/usr/athena/lib\ -R/usr/athena/lib\ ${LDFLAGS}
    2525        AC_MSG_RESULT(yes)
    2626else
Note: See TracChangeset for help on using the changeset viewer.