~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/pandora_canonical.m4

  • Committer: Monty Taylor
  • Date: 2010-08-20 07:47:49 UTC
  • mto: (1722.1.2 intel-fixes)
  • mto: This revision was merged to the branch mainline in revision 1722.
  • Revision ID: mordred@inaugust.com-20100820074749-9z8eqepem8cv2k25
Fixed the ICC missing header and the new config.h foo.

Show diffs side-by-side

added added

removed removed

Lines of Context:
260
260
#ifndef __CONFIG_H__
261
261
#define __CONFIG_H__
262
262
 
263
 
#ifdef _SYS_FEATURE_TESTS_H
 
263
/* _SYS_FEATURE_TESTS_H is Solaris, _FEATURES_H is GCC */
 
264
#if defined( _SYS_FEATURE_TESTS_H) || defined(_FEATURES_H)
264
265
#error "You should include config.h as your first include file"
265
266
#endif
266
267