diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2013-01-03 15:00:28 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2013-01-03 15:00:28 +0000 |
commit | 0a0f4cb779abef73c07c7132768b38084d874262 (patch) | |
tree | 325df4cae7d09439dbd32fc950565c4b7bfcac83 /driver/xf86-video-intel/config.h.in | |
parent | 0f056133f74f8bfb3271d75225535bfe82486711 (diff) |
Regen autotools files once more.
Apparently previous version was generated with some of my local changes
to use /usr/bin/libtool. This is causiing problems with the XvMC libs
shared libraries versions.
Diffstat (limited to 'driver/xf86-video-intel/config.h.in')
-rw-r--r-- | driver/xf86-video-intel/config.h.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/driver/xf86-video-intel/config.h.in b/driver/xf86-video-intel/config.h.in index b63011f4f..9f13e4ee2 100644 --- a/driver/xf86-video-intel/config.h.in +++ b/driver/xf86-video-intel/config.h.in @@ -8,6 +8,9 @@ /* Define to 1 if you have the <dgaproc.h> header file. */ #undef HAVE_DGAPROC_H +/* Define to 1 if you have the <dlfcn.h> header file. */ +#undef HAVE_DLFCN_H + /* Enable DRI1 driver support */ #undef HAVE_DRI1 @@ -44,6 +47,10 @@ /* Assume KMS support */ #undef KMS_ONLY +/* Define to the sub-directory in which libtool stores uninstalled libraries. + */ +#undef LT_OBJDIR + /* Disable internal debugging */ #undef NDEBUG |