Changeset 204 for branches/samba-3.2.x/source/m4
- Timestamp:
- May 20, 2009, 6:46:53 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.2.x/source/m4/aclocal.m4
r149 r204 140 140 AC_MSG_RESULT(yes) 141 141 if test x"$USESHARED" != x"true" -o x"$[LINK_]LIBUC" = "xSTATIC" ; then 142 LIBUC[_STATIC]=$LIBUC[_STATIC_TARGET]142 enable_static=yes 143 143 else 144 144 LIBUC[_LIBS]=LIBLIBS … … 153 153 fi 154 154 if test $enable_static = yes; then 155 LIBUC[_STATIC]= $LIBUC[_STATIC_TARGET]155 LIBUC[_STATIC]=[\$\(]LIBUC[_OBJ0\)] 156 156 fi 157 157
Note:
See TracChangeset
for help on using the changeset viewer.