~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

Merged Drizzle's Trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
  AC_MSG_ERROR(["bison is required for Drizzle to build from a bzr branch"])
42
42
])
43
43
 
44
 
 
45
44
PANDORA_RUN_CPPLINT
46
45
 
47
46
PANDORA_REQUIRE_LIBPROTOBUF
64
63
AC_DEFINE([BUILDING_DRIZZLE],[1],
65
64
          [Define indicating we are building and not consuming drizzle.])
66
65
 
 
66
PANDORA_HAVE_LIBGTEST
67
67
 
68
68
AC_ARG_WITH([server-suffix],
69
69
    [AS_HELP_STRING([--with-server-suffix],
157
157
echo ""
158
158
echo "---"
159
159
 
 
160
case "$host_os" in
 
161
  *freebsd*)
 
162
    echo "*****"
 
163
    echo "*"
 
164
    echo "*  NOTE: You are on FreeBSD. BSD make will not work."
 
165
    echo "*"
 
166
    echo "*   use 'gmake' To build Drizzle"
 
167
    echo "*"
 
168
    echo "*  And ensure that /usr/local/lib/gcc44 is in your LD_LIBRARY_PATH"
 
169
    echo "*" 
 
170
    echo "*****"
 
171
  ;;
 
172
esac
 
173
 
 
174
 
160
175
dnl libtoolize scans configure.ac  and needs to see some text
161
176
m4_define([LIBTOOLIZE_AC_INIT], [])