Changeset 77 for trunk/samba/examples/VFS/configure.in
- Timestamp:
- Sep 30, 2007, 3:42:50 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/samba/examples/VFS/configure.in
r22 r77 6 6 AC_INIT(Makefile.in) 7 7 8 #dnl Uncomment this if you want to use your own define's too 9 #AC_CONFIG_HEADER(module_config.h) 8 AC_CONFIG_HEADER(module_config.h) 10 9 #dnl To make sure that didn't get #define PACKAGE_* in modules_config.h 11 10 #echo "" > confdefs.h … … 14 13 AC_PROG_CC 15 14 AC_PROG_INSTALL 15 AC_CANONICAL_HOST 16 16 17 17 ################################################# … … 314 314 LDSHFLAGS="" 315 315 ;; 316 *darwin*) 317 BLDSHARED="true" 318 LDSHFLAGS="-bundle -flat_namespace -undefined suppress" 319 SHLIBEXT="dylib" 320 ;; 316 321 *) 317 322 ;; … … 333 338 # try building a trivial shared library 334 339 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 && 336 341 $CC $CPPFLAGS $CFLAGS `eval echo $LDSHFLAGS` -o "shlib.$SHLIBEXT" shlib.po && 337 342 ac_cv_shlib_works=yes
Note:
See TracChangeset
for help on using the changeset viewer.