summaryrefslogtreecommitdiffstats
path: root/lib/replace/crypt.m4
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2009-09-14 13:24:07 -0700
committerAndrew Tridgell <tridge@samba.org>2009-09-14 13:24:07 -0700
commit5464ce6df678a6ce3022f4a30fd9553996cefb69 (patch)
tree86982aa8eda44b0de296f46171fdebb9a4be8597 /lib/replace/crypt.m4
parent72fcc6344f1ddfece4dd41790fc1add9c6d2c0f7 (diff)
parent3dd404abad878fa7e760ba50ce84fc80b82ea159 (diff)
downloadsamba-5464ce6df678a6ce3022f4a30fd9553996cefb69.tar.gz
samba-5464ce6df678a6ce3022f4a30fd9553996cefb69.tar.xz
samba-5464ce6df678a6ce3022f4a30fd9553996cefb69.zip
Merge branch 'master' of /home/tridge/samba/git/combined
Diffstat (limited to 'lib/replace/crypt.m4')
-rw-r--r--lib/replace/crypt.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/replace/crypt.m4 b/lib/replace/crypt.m4
index 684c3519f2..fae2a58685 100644
--- a/lib/replace/crypt.m4
+++ b/lib/replace/crypt.m4
@@ -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" ])