diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-11-20 13:38:30 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-12-15 10:23:35 -0800 |
commit | 00a7252fe3e519e3e4d62cdd8746833ca59bce77 (patch) | |
tree | 04f3d9b99032cbbd91d13442f74b8d4d407445a8 /configure.ac | |
parent | dd2c83d03ecedce8b546d583e436c12f92510754 (diff) |
Fix dtrace object builds of libos to link with SHA1_LIBS
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Acked-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 6cdef15fb..55763f5f6 100644 --- a/configure.ac +++ b/configure.ac @@ -1282,7 +1282,7 @@ AC_DEFINE(BIGREQS, 1, [Support BigRequests extension]) if test "x$SPECIAL_DTRACE_OBJECTS" = "xyes" ; then DIX_LIB='$(top_builddir)/dix/dix.O' - OS_LIB='$(top_builddir)/os/os.O' + OS_LIB='$(top_builddir)/os/os.O $(SHA1_LIBS)' else DIX_LIB='$(top_builddir)/dix/libdix.la' OS_LIB='$(top_builddir)/os/libos.la' |