~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/pandora_plugins.m4

pandora-buildĀ v0.58

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
                      value is given for --plugin-load])
17
17
 
18
18
  pandora_builtin_list=`echo $pandora_builtin_list | sed 's/, *$//'`
19
 
  AC_DEFINE_UNQUOTED([PANDORA_BUILTIN_LIST],[$pandora_builtin_list],
20
 
                     [List of plugins to be built in])
 
19
  AS_IF([test "x$pandora_builtin_list" = "x"], pandora_builtin_list="NULL")
 
20
  AC_SUBST([PANDORA_BUILTIN_LIST],[$pandora_builtin_list])
 
21
  m4_ifblank($1,[
 
22
    AC_DEFINE_UNQUOTED([PANDORA_BUILTIN_LIST],[$pandora_builtin_list],
 
23
                       [List of plugins to be built in])
 
24
    ],[
 
25
    AC_CONFIG_FILES($*)
 
26
  ])
 
27
 
21
28
 
22
29
  AC_SUBST(pandora_plugin_test_list)
23
30
  AC_SUBST(pandora_plugin_libs)