summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2011-09-17 23:26:09 +0100
committerBastien Nocera <hadess@hadess.net>2011-09-20 10:36:29 +0100
commitb5f37b9832e93ce90e4c3e11f44232f12b1bac48 (patch)
tree3227d4c8377b2af19a217aeff190072dae81f6df /acinclude.m4
parentc685a18f26acf952d842014d8984da6afdafc48e (diff)
downloadgnome-settings-daemon-b5f37b9832e93ce90e4c3e11f44232f12b1bac48.tar.gz
color: Using pnp.ids parsing from gnome-desktop
https://bugzilla.gnome.org/show_bug.cgi?id=659352
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m411
1 files changed, 0 insertions, 11 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index ec8da1fe..d834aa44 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -135,14 +135,3 @@ AC_DEFUN([AS_AC_EXPAND],
exec_prefix=$exec_prefix_save
])
-AC_DEFUN([AC_PATH_PNPIDS], [
- AC_ARG_WITH(pnpids,
- AS_HELP_STRING([--with-pnpids=PATH],[Path to the pnp.ids file @<:@auto@:>@]),
- [ac_with_pnpids=$withval],
- [ac_with_pnpids="/usr/share/hwdata/pnp.ids"])
- AC_CHECK_FILE($ac_with_pnpids,has_pnpids=yes)
- if test "x$has_pnpids" != "xyes"; then
- AC_MSG_ERROR([*** Unable to find pnp.ids, use --with-pnpids to specify the path.])
- fi
- AC_DEFINE_UNQUOTED(PNPIDS_FILE, ["$ac_with_pnpids"], [Define the pnp.ids file path])
-])