mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
r25904: Remove extra
This commit is contained in:
parent
f734df3144
commit
fd09581075
@ -138,7 +138,7 @@ if test $BLDSHARED = true; then
|
||||
ac_cv_shlib_works=no
|
||||
# try building a trivial shared library
|
||||
${CC} ${CFLAGS} ${PICFLAG} -c ${srcdir-.}/build/tests/shlib.c -o shlib.o &&
|
||||
${SHLD} echo ${SHLD_FLAGS} -o shlib.${SHLIBEXT} shlib.o &&
|
||||
${SHLD} ${SHLD_FLAGS} -o shlib.${SHLIBEXT} shlib.o &&
|
||||
ac_cv_shlib_works=yes
|
||||
rm -f shlib.${SHLIBEXT} shlib.o
|
||||
])
|
||||
|
Loading…
Reference in New Issue
Block a user