diff options
author | Adam <Adam@anope.org> | 2010-09-14 19:26:45 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2010-09-14 19:26:45 -0400 |
commit | 5a4de87df122302d5e6e739e5e1a425d33d71060 (patch) | |
tree | a8fdaf411f9d3f3179e5830acdc7b41885f2f8cd /configure.in | |
parent | 9a488327b200f3be4efd20a084b674177714e962 (diff) |
Fixed configure failing on some systems which have a partial MySQL installation
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index af007c228..1a8c0c755 100644 --- a/configure.in +++ b/configure.in @@ -123,6 +123,7 @@ int main() else CFLAGS="$hold_cflags" LDFLAGS="$hold_ldflags" + LIBS="" fi fi ]) |