1998-11-19 Alexandre Oliva <oliva@dcc.unicamp.br>
+ * ltmain.in: missing `test' between `&&' and `"$module"'
+
* ltconfig.in (echo_test_string): the whole ltconfig script was
too much for DU4.0's ksh, but the first 50 lines will be enough.
# If we have no pic_flag and do not compile a module,
# then copy the object into place and finish.
- if test -z "$pic_flag" && "$module" = no; then
+ if test -z "$pic_flag" && test "$module" = no; then
$show "$LN_S $libobj $obj"
if $run $LN_S $libobj $obj; then
exit 0