~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/pandora_ensure_gcc_version.m4

pandora-buildĀ v1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
dnl  Copyright (C) 2009 Sun Microsystems
 
2
dnl This file is free software; Sun Microsystems
 
3
dnl gives unlimited permission to copy and/or distribute it,
 
4
dnl with or without modifications, as long as this notice is preserved.
 
5
 
1
6
dnl If the user is on a Mac and didn't ask for a specific compiler
2
7
dnl You're gonna get 4.2.
3
8
AC_DEFUN([PANDORA_MAC_GCC42],
26
31
      [ac_cv_gcc_recent=no])])
27
32
  AS_IF([test "$ac_cv_gcc_recent" = "no" -a "$host_vendor" = "apple"],
28
33
    AC_MSG_ERROR([Your version of GCC is too old. At least version 4.2 is required on OSX. You may need to install a version of XCode >= 3.1.2]))
29
 
  AS_IF([test "$drizzle_cv_gcc_recent" = "no"],
 
34
  AS_IF([test "$ac_cv_gcc_recent" = "no"],
30
35
    AC_MSG_ERROR([Your version of GCC is too old. At least version 4.1 is required]))
31
36
])