build: try the generic C compiler on hpux if gcc not found
authorAndrew Tridgell <tridge@samba.org>
Fri, 2 Apr 2010 23:41:44 +0000 (10:41 +1100)
committerAndrew Tridgell <tridge@samba.org>
Tue, 6 Apr 2010 10:27:24 +0000 (20:27 +1000)
buildtools/wafsamba/generic_cc.py

index ae37219f125fadffa0432e193d8f8c9f8ed1a9d4..ea277dc6554064b6f55834e1ad64faf0ef69583b 100644 (file)
@@ -10,6 +10,7 @@ from Configure import conftest
 from compiler_cc import c_compiler
 
 c_compiler['default'] = ['gcc', 'generic_cc']
+c_compiler['hpux'] = ['gcc', 'generic_cc']
 
 @conftest
 def find_generic_cc(conf):