[BACK]Return to configure CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000

Diff for /OpenXM_contrib2/asir2000/configure between version 1.23 and 1.25

version 1.23, 2003/03/19 00:52:26 version 1.25, 2003/09/07 16:49:37
Line 4803  _ACEOF
Line 4803  _ACEOF
   
 fi  fi
 if test "${no_x}" != yes ; then  if test "${no_x}" != yes ; then
     if test -f "${x_libraries}/libXpm.a" ; then      if test -f "${x_libraries}/libXpm.a" -o -f "${x_libraries}/libXpm.dll.a" ; then
             XPMLIB="-lXpm"              XPMLIB="-lXpm"
     fi      fi
     # Check whether --enable-plot or --disable-plot was given.      # Check whether --enable-plot or --disable-plot was given.
Line 4918  i[3-6]86-*-freebsd[3-9].*)
Line 4918  i[3-6]86-*-freebsd[3-9].*)
 i[3-6]86-*-linux*|x86-*-linux*)  i[3-6]86-*-linux*|x86-*-linux*)
     asm_obj="${i386_elf_obj}"      asm_obj="${i386_elf_obj}"
     cat >>confdefs.h <<\_ACEOF      cat >>confdefs.h <<\_ACEOF
 #define BSD_SOURCE 1  #define _BSD_SOURCE 1
 _ACEOF  _ACEOF
   
     ;;      ;;

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.25

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>