Ignore:
Timestamp:
May 20, 2009, 6:46:53 PM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.2 branch to 3.2.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.2.x/source/m4/aclocal.m4

    r149 r204  
    140140                AC_MSG_RESULT(yes)
    141141                if test x"$USESHARED" != x"true" -o x"$[LINK_]LIBUC" = "xSTATIC" ; then
    142                         LIBUC[_STATIC]=$LIBUC[_STATIC_TARGET]
     142                        enable_static=yes
    143143                else
    144144                        LIBUC[_LIBS]=LIBLIBS
     
    153153fi
    154154if test $enable_static = yes; then
    155         LIBUC[_STATIC]=$LIBUC[_STATIC_TARGET]
     155        LIBUC[_STATIC]=[\$\(]LIBUC[_OBJ0\)]
    156156fi
    157157
Note: See TracChangeset for help on using the changeset viewer.