summaryrefslogtreecommitdiffstats
path: root/source/configure.in
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-10-13 08:26:48 +0000
committerAndrew Tridgell <tridge@samba.org>1998-10-13 08:26:48 +0000
commitaea466aef7127607884f484c5987b9a5e2e362aa (patch)
tree6fd85e24328a72c9d7e3fe3cd923f40cd27bb53f /source/configure.in
parent4e2f5c625e50ebc09c7ebfa3266ddece6fa00f8e (diff)
downloadsamba-aea466aef7127607884f484c5987b9a5e2e362aa.tar.gz
samba-aea466aef7127607884f484c5987b9a5e2e362aa.tar.xz
samba-aea466aef7127607884f484c5987b9a5e2e362aa.zip
made smbsh a standard binary
Diffstat (limited to 'source/configure.in')
-rw-r--r--source/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/configure.in b/source/configure.in
index 9c92272e9e2..1cfeb1a3b47 100644
--- a/source/configure.in
+++ b/source/configure.in
@@ -37,7 +37,7 @@ case "$host_os" in
LDSHFLAGS=""
;;
*irix*) AC_DEFINE(IRIX)
- WRAP32=smbwrapper/smbwrapper.32.so
+ WRAP32=bin/smbwrapper.32.so
;;
*aix*) AC_DEFINE(AIX);;
*hpux*) AC_DEFINE(HPUX);;