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

Diff of /gcl/configure.in

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

revision 1.86 by camm, Wed Oct 9 03:46:33 2002 UTC revision 1.87 by camm, Sun Oct 27 15:35:05 2002 UTC
# Line 252  AC_ARG_ENABLE(dynsysgmp, Line 252  AC_ARG_ENABLE(dynsysgmp,
252    
253  load_opt="0"  load_opt="0"
254  if test "$enable_dlopen" = "yes" ; then  if test "$enable_dlopen" = "yes" ; then
255          load_opt=$(($load_opt+1))     load_opt=1
256  fi  fi
257  if test "$enable_statsysbfd" = "yes" ; then  if test "$enable_statsysbfd" = "yes" ; then
258          load_opt=$(($load_opt+1))     case $load_opt in
259       0) load_opt=1;;
260       1) load_opt=2;;
261       esac
262  fi  fi
263  if test "$enable_dynsysbfd" = "yes" ; then  if test "$enable_dynsysbfd" = "yes" ; then
264          load_opt=$(($load_opt+1))     case $load_opt in
265       0) load_opt=1;;
266       1) load_opt=2;;
267       2) load_opt=3;;
268       esac
269  fi  fi
270  if test "$enable_locbfd" = "yes" ; then  if test "$enable_locbfd" = "yes" ; then
271          load_opt=$(($load_opt+1))     case $load_opt in
272       0) load_opt=1;;
273       1) load_opt=2;;
274       2) load_opt=3;;
275       3) load_opt=4;;
276       esac
277  fi  fi
278  if test "$enable_custreloc" = "yes" ; then  if test "$enable_custreloc" = "yes" ; then
279          load_opt=$(($load_opt+1))     case $load_opt in
280       0) load_opt=1;;
281       1) load_opt=2;;
282       2) load_opt=3;;
283       3) load_opt=4;;
284       4) load_opt=5;;
285       esac
286  fi  fi
287    
288  if test "$load_opt" != "1" ; then  if test "$load_opt" != "1" ; then

Legend:
Removed from v.1.86  
changed lines
  Added in v.1.87

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