Ignore:
Timestamp:
Nov 12, 2012, 5:18:59 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server 3.5: update branche to 3.5.14

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.5.x/examples/VFS/configure.in

    r414 r734  
    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.