~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

Merged trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
      [drizzle_cv_gcc_recent=no])])
56
56
  if test "$drizzle_cv_gcc_recent" = "no" -a "$host_vendor" = "apple"
57
57
  then
58
 
    AC_MSG_ERROR([Your version of GCC is too old. Drizzle requires at least version 4.2 on OSX. You may need to install a more recent version of XCode])
 
58
    AC_MSG_ERROR([Your version of GCC is too old. Drizzle requires at least version 4.2 on OSX. You may need to install a version of XCode >= 3.1.2])
59
59
  fi
60
60
  if test "$drizzle_cv_gcc_recent" = "no"
61
61
  then
1447
1447
AC_CONFIG_COMMANDS([timestamp-h], , test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h)
1448
1448
 
1449
1449
AC_CONFIG_COMMANDS_PRE([
1450
 
if test "x$EGREP" != "x"
 
1450
if test "x$EGREP" != "x" -a -d po
1451
1451
then
1452
1452
  echo "# This file is auto-generated from configure. Do not edit directly" > po/POTFILES.in.in
1453
1453
  # The grep -v 'drizzle-' is to exclude any distcheck leftovers