Bugzilla – Attachment 336 Details for
Bug 601
configure script doesen't setup preprocessor flags properly
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Add compiler sanity test to configure.ac
openssh-compilersanity.patch (text/plain), 761 bytes, created by
Darren Tucker
on 2003-06-24 22:49:34 AEST
(
hide
)
Description:
Add compiler sanity test to configure.ac
Filename:
MIME Type:
Creator:
Darren Tucker
Created:
2003-06-24 22:49:34 AEST
Size:
761 bytes
patch
obsolete
>Index: configure.ac >=================================================================== >RCS file: /usr/local/src/security/openssh/cvs/openssh_cvs/configure.ac,v >retrieving revision 1.127 >diff -u -r1.127 configure.ac >--- configure.ac 24 Jun 2003 10:22:10 -0000 1.127 >+++ configure.ac 24 Jun 2003 12:40:50 -0000 >@@ -438,6 +438,18 @@ > ] > ) > >+AC_MSG_CHECKING(compiler and flags for sanity) >+AC_TRY_RUN([ >+#include <stdio.h> >+int main(){exit(0);} >+ ], >+ [ AC_MSG_RESULT(yes) ], >+ [ >+ AC_MSG_RESULT(no) >+ AC_MSG_ERROR([*** compiler cannot create working executables, check config.log ***]) >+ ] >+) >+ > # Checks for header files. > AC_CHECK_HEADERS(bstring.h crypt.h endian.h features.h floatingpoint.h \ > getopt.h glob.h ia.h lastlog.h libgen.h limits.h login.h \
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 601
:
332
|
333
|
334
|
335
| 336