~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

merged with up to date trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
dnl -*- bash -*-
2
2
dnl Process this file with autoconf to produce a configure script.
3
3
 
4
 
dnl  Copyright (C) 2009 Sun Microsystems
 
4
dnl  Copyright (C) 2009 Sun Microsystems, Inc.
5
5
dnl
6
6
dnl  This program is free software; you can redistribute it and/or modify
7
7
dnl  it under the terms of the GNU General Public License as published by
139
139
  ])
140
140
 
141
141
WITH_VALGRIND
 
142
AS_IF([test "x${ac_gcc_profile_mode}" = "xyes" -a "x${pandora_cv_boost_profile}" = "xyes"],[
 
143
    AC_DEFINE([_GLIBCXX_PROFILE],[1],[Enable GCC Profile Mode])
 
144
    ])
 
145
 
142
146
 
143
147
AC_CONFIG_FILES(Makefile dnl
144
148
 tests/Makefile dnl