~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/pandora_64bit.m4

Split out warnings - start using the pandora build system.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
dnl ---------------------------------------------------------------------------
2
 
dnl Macro: ENABLE_64BIT
 
2
dnl Macro: PANDORA_64BIT
3
3
dnl ---------------------------------------------------------------------------
4
 
AC_DEFUN([ENABLE_64BIT],[
 
4
AC_DEFUN([PANDORA_64BIT],[
5
5
 
6
6
  AC_CHECK_PROGS(ISAINFO, [isainfo], [no])
7
7
  AS_IF([test "x$ISAINFO" != "xno"],
32
32
       ])
33
33
])
34
34
dnl ---------------------------------------------------------------------------
35
 
dnl End Macro: ENABLE_64BIT
 
35
dnl End Macro: PANDORA_64BIT
36
36
dnl ---------------------------------------------------------------------------