~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Monty Taylor
  • Date: 2009-04-15 23:57:15 UTC
  • mto: (997.2.5 mordred)
  • mto: This revision was merged to the branch mainline in revision 994.
  • Revision ID: mordred@inaugust.com-20090415235715-m9rkie0qmsvt4j0x
Moved client build into root Makefile.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1369
1369
        [[
1370
1370
__attribute__((visibility ("hidden")))
1371
1371
void testme() {  };
1372
 
        ]],[[
1373
 
     testme();
1374
 
        ]]
 
1372
        ]],[[testme()]]
1375
1373
      )],  
1376
1374
      [ac_cv_can_use_hidden_=yes],
1377
1375
      [ac_cv_can_use_hidden_=no])
1406
1404
 gnulib/Makefile dnl
1407
1405
 storage/Makefile dnl
1408
1406
 po/Makefile.in dnl
1409
 
 client/Makefile dnl
1410
1407
 drizzled/Makefile dnl
1411
1408
 drizzled/message/Makefile dnl
1412
1409
 drizzled/sql_builtin.cc dnl