Bug 1255763 - Remove OSTYPE define in intl/locale/unix/moz.build draft
authorMike Hommey <mh+mozilla@glandium.org>
Fri, 11 Mar 2016 19:45:04 +0900
changeset 339469 a9a94c13f19a836b0db7709cb969e2e3b0a08dd2
parent 339468 55212130f19da3079167a6b0a5a0ed6689c9a71d
child 339470 bcba2c17255203b2a5a0627a26622a66cd11337a
push id12739
push userbmo:mh+mozilla@glandium.org
push dateFri, 11 Mar 2016 11:11:55 +0000
bugs1255763, 752406
milestone48.0a1
Bug 1255763 - Remove OSTYPE define in intl/locale/unix/moz.build OSTYPE was removed in bug 752406.
intl/locale/unix/moz.build
--- a/intl/locale/unix/moz.build
+++ b/intl/locale/unix/moz.build
@@ -34,12 +34,10 @@ LOCAL_INCLUDES += [
 
 
 # CODESET is not automatically defined on some older versions of Redhat.
 # Define _XOPEN_SOURCE so CODESET will get defined and thus allow
 # nl_langinfo(CODESET) to compile on these systems.
 if CONFIG['OS_ARCH'] == 'Linux':
     DEFINES['_XOPEN_SOURCE'] = 500
 
-DEFINES['OSTYPE'] = '"%s"' % CONFIG['OS_CONFIG']
-
 if CONFIG['GNU_CXX']:
     CXXFLAGS += ['-Wshadow']