move config.h to urcu/config.h and install it
[urcu.git] / configure.ac
index 2c1b6c00b26ce5c2bebe19c0e2eca4098459cd5f..e7cc18106a2a4f2ce5f9024118ebda835c975c53 100644 (file)
@@ -13,7 +13,7 @@ AH_TEMPLATE([CONFIG_SMP], [Enable SMP support. With SMP support enabled, uniproc
 AH_TEMPLATE([CONFIG_HAVE_FENCE], [Defined when on a system that has memory fence
 instructions.])
 AH_TEMPLATE([CONFIG_HAVE_FUTEX], [Defined when on a system with futex support.])
-AC_CONFIG_HEADERS([config.h])
+AC_CONFIG_HEADERS([urcu/config.h])
 
 # Checks for programs.
 AC_PROG_CC
This page took 0.02184 seconds and 4 git commands to generate.