The Samba-Bugzilla – Attachment 302 Details for
Bug 851
build-failure on x86_64 (VFS-modules)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Extra file needed
aclocal.m4 (text/plain), 854 bytes, created by
Tim Potter
on 2003-12-05 03:44:20 UTC
(
hide
)
Description:
Extra file needed
Filename:
MIME Type:
Creator:
Tim Potter
Created:
2003-12-05 03:44:20 UTC
Size:
854 bytes
patch
obsolete
>dnl AC_ENABLE_SHARED - implement the --enable-shared flag >dnl Usage: AC_ENABLE_SHARED[(DEFAULT)] >dnl Where DEFAULT is either `yes' or `no'. If omitted, it defaults to >dnl `yes'. >AC_DEFUN([AC_ENABLE_SHARED], >[define([AC_ENABLE_SHARED_DEFAULT], ifelse($1, no, no, yes))dnl >AC_ARG_ENABLE(shared, >changequote(<<, >>)dnl ><< --enable-shared[=PKGS] build shared libraries [default=>>AC_ENABLE_SHARED_DEFAULT], >changequote([, ])dnl >[p=${PACKAGE-default} >case $enableval in >yes) enable_shared=yes ;; >no) enable_shared=no ;; >*) > enable_shared=no > # Look at the argument we got. We use all the common list separators. > IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:," > for pkg in $enableval; do > if test "X$pkg" = "X$p"; then > enable_shared=yes > fi > > done > IFS="$ac_save_ifs" > ;; >esac], >enable_shared=AC_ENABLE_SHARED_DEFAULT)dnl >])
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 851
:
298
|
301
| 302