nss-mysql-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Nss-mysql-devel] build (configure) problem


From: Max Kalika
Subject: [Nss-mysql-devel] build (configure) problem
Date: Fri, 06 Sep 2002 10:11:22 -0700

Greetings.

I started playing with nss-mysql.  It works really great, thank you.  I
just wanted to draw your attention to something I had to tweak in order to
build it (well, configure actually).

The check for mysql/mysql.h doesn't work if the mysql package is installed
in a "non-standard" place.  Aside from that, the separate check for
mysql/mysql.h header seems redundant since CHECK_MYSQL() does that -- and
uses proper include paths to boot.

Here's a small patch -- just removes the header check for mysql/mysql.h.

--- configure.ac.orig   Fri Sep  6 10:06:07 2002
+++ configure.ac        Fri Sep  6 10:09:29 2002
@@ -77,7 +77,6 @@
 AC_CHECK_HEADERS(stdlib.h string.h syslog.h unistd.h)
 AC_CHECK_HEADERS(nsswitch.h shadow.h)

-AC_CHECK_HEADER(mysql/mysql.h,,AC_MSG_ERROR(MySQL headers not available))
 AC_CHECK_HEADER(pthread.h,,AC_MSG_ERROR(Pthreads headers not available))

 dnl Checks for typedefs, structures, and compiler characteristics.


If you have any questions or comments, please respond directly to me as I
am not on the list.  Thank you.

---max kalika
address@hidden
-lsit systems administrator




reply via email to

[Prev in Thread] Current Thread [Next in Thread]