Prepend "$libreplacedir/" to all objects in LIBREPLACEOBJ
[kai/samba.git] / lib / replace / crypt.m4
index 684c3519f2332bb08803de2842c62ec62f4d1572..fae2a58685741cbacc05bc1725bfb394cb074880 100644 (file)
@@ -3,4 +3,4 @@
 AC_CHECK_HEADERS(crypt.h)
 AC_SEARCH_LIBS_EXT(crypt, [crypt], CRYPT_LIBS,
   [ AC_DEFINE(HAVE_CRYPT,1,[Whether the system has the crypt() function]) ],
-  [ LIBREPLACEOBJ="${LIBREPLACEOBJ} crypt.o" ])
+  [ LIBREPLACEOBJ="${LIBREPLACEOBJ} $libreplacedir/crypt.o" ])