Ignore:
Timestamp:
Nov 27, 2012, 4:56:06 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: updated vendor to 3.6.9

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/examples/VFS/configure.in

    r414 r746  
    338338   # try building a trivial shared library
    339339   if test "$PICSUFFIX" = "po"; then
    340      $CC $CPPFLAGS $CFLAGS $PICFLAGS -c -o shlib.po ${srcdir-.}/../../tests/shlib.c &&
     340     $CC $CPPFLAGS $CFLAGS $PICFLAGS -c -o shlib.po ${SAMBA_SOURCE}/../tests/shlib.c &&
    341341       $CC $CPPFLAGS $CFLAGS `eval echo $LDSHFLAGS` -o "shlib.$SHLIBEXT" shlib.po &&
    342342       ac_cv_shlib_works=yes
    343343   else
    344      $CC $CPPFLAGS $CFLAGS $PICFLAGS -c -o shlib.$PICSUFFIX ${srcdir-.}/../../tests/shlib.c &&
     344     $CC $CPPFLAGS $CFLAGS $PICFLAGS -c -o shlib.$PICSUFFIX ${SAMBA_SOURCE}/../tests/shlib.c &&
    345345       mv shlib.$PICSUFFIX shlib.po &&
    346346       $CC $CPPFLAGS $CFLAGS `eval echo $LDSHFLAGS` -o "shlib.$SHLIBEXT" shlib.po &&
     
    351351if test $ac_cv_shlib_works = no; then
    352352   BLDSHARED=false
     353   AC_MSG_WARN([[Did you forget to specify --with-samba-source=/path/to/samba?]])
    353354fi
    354355fi
Note: See TracChangeset for help on using the changeset viewer.