Ignore:
Timestamp:
Sep 30, 2007, 3:42:50 AM (18 years ago)
Author:
Paul Smedley
Message:

Update trunk to 3.2.0pre1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/samba/examples/VFS/configure.in

    r22 r77  
    66AC_INIT(Makefile.in)
    77
    8 #dnl Uncomment this if you want to use your own define's too
    9 #AC_CONFIG_HEADER(module_config.h)
     8AC_CONFIG_HEADER(module_config.h)
    109#dnl To make sure that didn't get #define PACKAGE_* in modules_config.h
    1110#echo "" > confdefs.h
     
    1413AC_PROG_CC
    1514AC_PROG_INSTALL
     15AC_CANONICAL_HOST
    1616
    1717#################################################
     
    314314                        LDSHFLAGS=""
    315315                        ;;
     316                *darwin*)
     317                        BLDSHARED="true"
     318                        LDSHFLAGS="-bundle -flat_namespace -undefined suppress"
     319                        SHLIBEXT="dylib"
     320                        ;;
    316321                *)
    317322                        ;;
     
    333338   # try building a trivial shared library
    334339   if test "$PICSUFFIX" = "po"; then
    335      $CC $CPPFLAGS $CFLAGS $PICFLAGS -c -o shlib.po ${srcdir-.}/tests/shlib.c &&
     340     $CC $CPPFLAGS $CFLAGS $PICFLAGS -c -o shlib.po ${srcdir-.}/../../source/tests/shlib.c &&
    336341       $CC $CPPFLAGS $CFLAGS `eval echo $LDSHFLAGS` -o "shlib.$SHLIBEXT" shlib.po &&
    337342       ac_cv_shlib_works=yes
Note: See TracChangeset for help on using the changeset viewer.