diff options
author | rjones <rjones> | 2009-03-03 09:08:12 +0000 |
---|---|---|
committer | rjones <rjones> | 2009-03-03 09:08:12 +0000 |
commit | 407caabfd04a8bb6338a7fcf4f46d85d75e709df (patch) | |
tree | 90c6739b637666ab0b8d32e72ffb3122c33d1678 /daemon | |
parent | 28d760b1542da7ff83b18c4ca60c2d03f327c2f4 (diff) | |
download | libguestfs-407caabfd04a8bb6338a7fcf4f46d85d75e709df.tar.gz libguestfs-407caabfd04a8bb6338a7fcf4f46d85d75e709df.tar.xz libguestfs-407caabfd04a8bb6338a7fcf4f46d85d75e709df.zip |
Final fixes to build environment, and added autogen.sh.
Diffstat (limited to 'daemon')
-rw-r--r-- | daemon/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/configure.ac b/daemon/configure.ac index 26fefe50..406594a7 100644 --- a/daemon/configure.ac +++ b/daemon/configure.ac @@ -29,7 +29,7 @@ dnl If the user specified --enable-32bit, then force the C compiler dnl to build 32 bit binaries (gcc -m32). AC_ARG_ENABLE([32bit], [AS_HELP_STRING([--enable-32bit], [build 32 bit binaries (gcc -m32)])], - [CC="gcc -m32"], + [export CC="gcc -m32"], [enable_32bit=no]) dnl Check for basic C environment. |