mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 21:30:08 +02:00
23 lines
560 B
Plaintext
23 lines
560 B
Plaintext
From d1777633825421865011df0389c605caf5204d85 Mon Sep 17 00:00:00 2001
|
|
From: Jerome Duval <jerome.duval@gmail.com>
|
|
Date: Sat, 28 Nov 2015 12:10:52 +0000
|
|
Subject: Haiku patch
|
|
|
|
|
|
diff --git a/configure.ac b/configure.ac
|
|
index 9b4e86d..01ca772 100644
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -9,7 +9,7 @@ AC_INIT(sparsehash, 2.0.2, google-sparsehash@googlegroups.com)
|
|
# (for sanity checking)
|
|
AC_CONFIG_SRCDIR(README)
|
|
AM_INIT_AUTOMAKE([dist-zip])
|
|
-AM_CONFIG_HEADER(src/config.h)
|
|
+AC_CONFIG_HEADERS(src/config.h)
|
|
|
|
# Checks for programs.
|
|
AC_PROG_CXX
|
|
--
|
|
2.2.2
|
|
|