~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

Fixes the default datadir location.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
 
29
29
PANDORA_CANONICAL_TARGET(less-warnings, warnings-always-on, use-gnulib, require-cxx, force-gcc42, skip-visibility, version-from-vc)
30
30
 
 
31
dnl Set the default datadir location to /usr/local/var/drizzle. If a
 
32
dnl localstatedir is explicitly given, just use that.
 
33
AS_IF([test "x${localstatedir}" = 'x${prefix}/var'],[
 
34
  localstatedir='${prefix}/var/drizzle'
 
35
])
31
36
 
32
37
AC_PATH_PROG(GPERF, gperf)
33
38
AS_IF([test "x$GPERF" = "x"],