diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2003-03-07 23:10:29 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2003-03-07 23:10:29 +0000 |
commit | c7c04aac86fec5084e3e1caf3eaaa3abd545f58d (patch) | |
tree | c720a81d87ca50b47806fd5454ddc87015fdb2a9 /configure.in | |
parent | eeb3109cedd192d95abe9b103d78d10685ba4004 (diff) |
Removes all dependencies on glib
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/configure.in b/configure.in index 80a1b092..3ee5b5f0 100644 --- a/configure.in +++ b/configure.in @@ -16,9 +16,6 @@ AM_INIT_AUTOMAKE(bluez-utils, 2.2) AC_SUBST(DISTRO) AC_SUBST(PCMCIA) -AC_SUBST(GLIB_CFLAGS) -AC_SUBST(GLIB_LDFLAGS) - CFLAGS="-Wall -g -O2" AC_PREFIX_DEFAULT() @@ -57,19 +54,6 @@ AC_SEARCH_LIB(bluetooth, hci_open_dev, $BLUEZ_LIBDIR,, Please compile and install bluez-libs package.) ) -AC_ARG_WITH(glib-config, - --with-glib-config=prog glib-config location, - GLIB_CONFIG="$withval", - [ - AC_PATH_PROGS(GLIB_CONFIG, glib-config, no) - if test "$GLIB_CONFIG" = "no"; then - AC_MSG_ERROR(GLib not found) - fi - ] -) -GLIB_CFLAGS="`$GLIB_CONFIG --cflags`" -GLIB_LDFLAGS="`$GLIB_CONFIG --libs`" - dnl Check for distro type. DISTRO=unknown |