~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/pandora_64bit.m4

pandora-buildĀ v0.35

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
AC_DEFUN([PANDORA_64BIT],[
10
10
  AC_BEFORE([$0], [AC_LIB_PREFIX])
11
11
 
12
 
 
13
 
  AC_ARG_ENABLE([64bit],[
14
 
    AS_HELP_STRING([--disable-64bit],
 
12
  AC_ARG_ENABLE([64bit],
 
13
    [AS_HELP_STRING([--disable-64bit],
15
14
      [Build 64 bit binary @<:@default=on@:>@])],
16
 
             [ac_enable_64bit="$enableval"],
17
 
             [ac_enable_64bit="yes"])
 
15
    [ac_enable_64bit="$enableval"],
 
16
    [ac_enable_64bit="yes"])
18
17
 
19
18
  AC_CHECK_PROGS(ISAINFO, [isainfo], [no])
20
19
  AS_IF([test "x$ISAINFO" != "xno"],