/[gcl]/gcl/configure.in
ViewVC logotype

Diff of /gcl/configure.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.119 by camm, Thu Sep 4 03:09:38 2003 UTC revision 1.120 by camm, Fri Sep 5 21:35:39 2003 UTC
# Line 258  case $use in Line 258  case $use in
258  # def_static -- Function descriptors are currently realized at runtime in a non-reproducible fashion  # def_static -- Function descriptors are currently realized at runtime in a non-reproducible fashion
259  # on these architectures -- CM                    # on these architectures -- CM                  
260                  ia64*)                  ia64*)
261                          def_dlopen="yes" ; def_statsysbfd="no" ; def_static = "yes" ;;                          def_dlopen="yes" ; def_statsysbfd="no" ; def_static="yes" ;;
262                  hppa*)                  hppa*)
263                          def_dlopen="yes" ; def_statsysbfd="no" def_pic="yes" ;;                          def_dlopen="yes" ; def_statsysbfd="no" def_pic="yes" ;;
264  #               m68k*)  #               m68k*)
# Line 730  AC_MSG_CHECKING(sizeof struct contblock) Line 730  AC_MSG_CHECKING(sizeof struct contblock)
730  AC_TRY_RUN([#include <stdio.h>  AC_TRY_RUN([#include <stdio.h>
731          #define EXTER          #define EXTER
732          #include "$MP_INCLUDE"          #include "$MP_INCLUDE"
733          #include "h/enum.h"          #include "`pwd`/h/enum.h"
734          #include "h/object.h"          #include "`pwd`/h/object.h"
735          int main(int argc,char **argv,char **envp) {          int main(int argc,char **argv,char **envp) {
736          FILE *f=fopen("conftest1","w");          FILE *f=fopen("conftest1","w");
737          fprintf(f,"%u",sizeof(struct contblock));          fprintf(f,"%u",sizeof(struct contblock));

Legend:
Removed from v.1.119  
changed lines
  Added in v.1.120

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26